-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-12814][Document]Add deploy instructions for Python in flume integration doc #10746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CC @tdas |
Test build #49350 has finished for PR 10746 at commit
|
This PR mostly copied the content from Kafka integration page and changed |
@@ -157,7 +166,7 @@ configuring Flume agents. | |||
|
|||
Note that each input DStream can be configured to receive data from multiple sinks. | |||
|
|||
3. **Deploying:** Package `spark-streaming-flume_{{site.SCALA_BINARY_VERSION}}` and its dependencies (except `spark-core_{{site.SCALA_BINARY_VERSION}}` and `spark-streaming_{{site.SCALA_BINARY_VERSION}}` which are provided by `spark-submit`) into the application JAR. Then use `spark-submit` to launch your application (see [Deploying section](streaming-programming-guide.html#deploying-applications) in the main programming guide). | |||
3. **Deploying:** This is same as the first approach, for Scala, Java and Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean ,
-> .
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, and remove Scala JAva Python
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
LGTM. Just couple of nits. Thanks @zsxwing |
Test build #49617 has finished for PR 10746 at commit
|
LGTM. Merging. |
…ntegration doc This PR added instructions to get flume assembly jar for Python users in the flume integration page like Kafka doc. Author: Shixiong Zhu <shixiong@databricks.com> Closes #10746 from zsxwing/flume-doc. (cherry picked from commit a973f48) Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
This PR added instructions to get flume assembly jar for Python users in the flume integration page like Kafka doc.