Re: Compile SimpleApp.scala encountered error, please can any one help?

2014-04-12 Thread jni2000
Thanks, Prabeesh. I figured it out. The java file did conflict with the scala file. Thanks for the hint. Jmaes -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Compile-SimpleApp-scala-encountered-error-please-can-any-one-help-tp4160p4168.html Sent from the

Re: Compile SimpleApp.scala encountered error, please can any one help?

2014-04-12 Thread jni2000
prabeesh Thanks for the reply. By one copy of SimpleApp.scala, do you mean one copy of this .scala file? I only have one in a newly create test project. I do have one copy of SimpleApp.java but in a different directory (src/main/java), .scala file is in src/main/scala directory. Will java and