Skip to content
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

[Streaming][Minor]Fix some error docs in streaming examples #4837

Closed
wants to merge 1 commit into from

Conversation

jerryshao
Copy link
Contributor

Small changes, please help to review, thanks a lot.

@SparkQA
Copy link

SparkQA commented Feb 28, 2015

Test build #28134 has started for PR 4837 at commit 545291a.

  • This patch merges cleanly.

@@ -23,7 +23,7 @@
http://kafka.apache.org/documentation.html#quickstart
and then run the example
`$ bin/spark-submit --driver-class-path external/kafka-assembly/target/scala-*/\
`$ bin/spark-submit --jars external/kafka-assembly/target/scala-*/\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I right that this is the right example for 1.3+ only?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, python Kafka API is added in 1.3 and using --driver-class-path is not correct, need to change to --jars.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, so this should be merged for 1.3+, but not 1.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, exactly!

@SparkQA
Copy link

SparkQA commented Mar 1, 2015

Test build #28134 has finished for PR 4837 at commit 545291a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28134/
Test PASSed.

asfgit pushed a commit that referenced this pull request Mar 2, 2015
Small changes, please help to review, thanks a lot.

Author: Saisai Shao <saisai.shao@intel.com>

Closes #4837 from jerryshao/doc-fix and squashes the following commits:

545291a [Saisai Shao] Fix some error docs in streaming examples

(cherry picked from commit d8fb40e)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@asfgit asfgit closed this in d8fb40e Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants