Re: spark 1.6 Not able to start spark

2016-02-23 Thread Steve Loughran
On 23 Feb 2016, at 08:22, Arunkumar Pillai mailto:arunkumar1...@gmail.com>> wrote: at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:121) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) Caused by: java.lang.reflect.InvocationTargetException at

Re: spark 1.6 Not able to start spark

2016-02-23 Thread Arunkumar Pillai
I'm using hadoop 2.7 Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:131) at org.apache.hadoop.security.Groups.(Groups.java:70) at org.apache.hadoop

Re: spark 1.6 Not able to start spark

2016-02-22 Thread fightf...@163.com
I think this may be some permission issue. Check your spark conf for hadoop related. fightf...@163.com From: Arunkumar Pillai Date: 2016-02-23 14:08 To: user Subject: spark 1.6 Not able to start spark Hi When i try to start spark-shell I'm getting following error Exception in thread "main"

Re: spark 1.6 Not able to start spark

2016-02-22 Thread Ted Yu
Which Hadoop release did you build Spark against ? Can you give the full stack trace ? > On Feb 22, 2016, at 9:38 PM, Arunkumar Pillai wrote: > > Hi When i try to start spark-shell > I'm getting following error > > > Exception in thread "main" java.lang.RuntimeException: > java.lang.reflect.