GitHub user jmu opened a pull request: https://github.com/apache/spark/pull/826
Fix doc about NetworkWordCount/JavaNetworkWordCount usage of spark streaming Usage: NetworkWordCount <master> <hostname> <port> --> Usage: NetworkWordCount <hostname> <port> Usage: JavaNetworkWordCount <master> <hostname> <port> --> Usage: JavaNetworkWordCount <hostname> <port> You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmu/spark master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/826.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #826 ---- commit b9a6b02c01a253970e18ffca32b8744f8faca376 Author: jmu <jmu...@gmail.com> Date: 2014-05-19T09:24:35Z Fix doc for NetworkWordCount/JavaNetworkWordCount Usage: NetworkWordCount <master> <hostname> <port> --> Usage: NetworkWordCount <hostname> <port> commit 9fb7980eea7c1a081b6c51921273278b1f182fbd Author: jmu <jmu...@gmail.com> Date: 2014-05-19T09:35:22Z Merge branch 'master' of https://github.com/jmu/spark ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---