I'm trying to run the Java NetwrokWordCount example against a simple spark standalone runtime of one master and one worker.
But it doesn't seem to work, the text entered on the Netcat data server is
not being picked up and printed to Eclispe console output.
However if I use conf.setMaster("local[2]") it works, the correct text gets
picked up and printed to Eclipse console.
Any ideas why, any pointers?
