I downloaded Spark tarball and unpacked it on my cluster.After that, I can successfully run spark-shell and example SparkPi. But when I tried running example NetworkWordCount, I received no output in the console.
I wonder if I successfully installed Spark? Why can't I get any output?