I am using CDH 5.2. I am able to use spark-shell to run the commands.
How can I run the file(file.spark) which contain spark commands.
Is there any way to run/compile the scala programs in CDH 5.2 without sbt?
…
I have installed cloudera CDH 5 by using cloudera manager.
I can easily do
hadoop fs -ls /input/war-and-peace.txt
hadoop fs -cat /input/war-and-peace.txt
this above command will print the whole txt file on the console.
now I start …
I have been working on this problem for two days and still have not find the way.
Problem: Our Spark installed via newest CDH 5 always complains about the lost of LzoCodec class, even after I install the HADOOP_LZO through …