Re: Fails to run simple Spark (Hello World) scala program

2014-09-23 Thread Moshe Beeri
>>>>> } >>>>> } >>>>> Runs with Scala 2.10.4 >>>>> The problem is this [vogue] exception: >>>>> >>>>> at com.example.scamel.Nizoz.main(Nizoz.scala) >>>>> Caused by: java.lang.RuntimeEx

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Moshe Beeri
>>> >>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) >>> at >>> >>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) >>> ... >>

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Sean Owen
ructorAccessorImpl.java:62) >> at >> >> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) >> ... >> ... 10 more >> Caused by: java.lang.UnsatisfiedLinkError: >> org.apache.hadoop.security.JniBa

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Moshe Beeri
wrote: > Thank Manu, > > I just saw I have included hadoop client 2.x in my pom.xml, removing it > solved the problem. > > Thanks for you help > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Fails-to-run-simple-S

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Moshe Beeri
Thank Manu, I just saw I have included hadoop client 2.x in my pom.xml, removing it solved the problem. Thanks for you help -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Fails-to-run-simple-Spark-Hello-World-scala-program-tp14718p14721.html Sent from

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Manu Suryavansh
hadoop.security.JniBasedUnixGroupsMapping.anchorNative()V > at > org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative(Native > Method) > at > > org.apache.hadoop.security.JniBasedUnixGroupsMapping.(JniBasedUnixGroupsMapping.java:49) > > I have Hadoop 1.2

Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Moshe Beeri
psMapping.(JniBasedUnixGroupsMapping.java:49) I have Hadoop 1.2.1 running on Ubuntu 14.04, the Scala console run as expected. What am I doing wrong? Any idea will be welcome -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Fails-to-ru