Skip to content
Snippets Groups Projects
Commit 7b748b83 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Minor clean-up

parent 35f80da2
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ import java.util.regex.Pattern; ...@@ -38,7 +38,7 @@ import java.util.regex.Pattern;
* To run this on your local machine, you need to first run a Netcat server * To run this on your local machine, you need to first run a Netcat server
* `$ nc -lk 9999` * `$ nc -lk 9999`
* and then run the example * and then run the example
* `$ ./run spark.streaming.examples.JavaNetworkWordCount local[2] localhost 9999` * `$ ./run org.apache.spark.streaming.examples.JavaNetworkWordCount local[2] localhost 9999`
*/ */
public final class JavaNetworkWordCount { public final class JavaNetworkWordCount {
private static final Pattern SPACE = Pattern.compile(" "); private static final Pattern SPACE = Pattern.compile(" ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment