Re: Running Scala Word Count Using Maven

2015-03-16 Thread Su She
Hello, So actually solved the problem...see point 3. Here are a few approaches/errors I was getting: 1) mvn package exec:java -Dexec.mainClass=HelloWorld Error: java.lang.ClassNotFoundException: HelloWorld 2) http://stackoverflow.com/questions/26929100/running-a-scala-application-in-maven-pro

Re: Running Scala Word Count Using Maven

2015-03-15 Thread fightf...@163.com
Hi, If you use maven, what is the actual compiling errors? fightf...@163.com From: Su She Date: 2015-03-16 13:20 To: user@spark.apache.org Subject: Running Scala Word Count Using Maven Hello Everyone, I am trying to run the Word Count from here: https://github.com/holdenk/learning-spark

Running Scala Word Count Using Maven

2015-03-15 Thread Su She
Hello Everyone, I am trying to run the Word Count from here: https://github.com/holdenk/learning-spark-examples/blob/master/mini-complete-example/src/main/scala/com/oreilly/learningsparkexamples/mini/scala/WordCount.scala I was able to successfully run the app using SBT, but not Maven. I don't se