Skip to content

[SPARK-6111] Fixed usage string in documentation. #4852

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

kennethmyers
Copy link

Usage info in documentation does not match actual usage info.

Doc string usage says Usage: network_wordcount.py <zk> <topic> whereas the actual usage is Usage: kafka_wordcount.py <zk> <topic>

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@srowen
Copy link
Member

srowen commented Mar 2, 2015

That's fine. For doc typo fixes we don't even necessarily go through the motions of a JIRA since the problem description is identical to the fix. I won't bother with Jenkins here since it's plainly just changing a word in a docstring.

asfgit pushed a commit that referenced this pull request Mar 2, 2015
Usage info in documentation does not match actual usage info.

Doc string usage says ```Usage: network_wordcount.py <zk> <topic>``` whereas the actual usage is ```Usage: kafka_wordcount.py <zk> <topic>```

Author: Kenneth Myers <myerske@us.ibm.com>

Closes #4852 from kennethmyers/kafka_wordcount_documentation_fix and squashes the following commits:

3855325 [Kenneth Myers] Fixed usage string in documentation.

(cherry picked from commit 95ac68b)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@asfgit asfgit closed this in 95ac68b 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