Re: Spark not working with mesos

2014-06-05 Thread praveshjain1991
p://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos-tp6806p7048.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Spark not working with mesos

2014-06-05 Thread ajatix
I do assume that you've added HADOOP_HOME to you environment variables. Otherwise, you could fill the actual path of hadoop on your cluster. Also, did you do update the bash? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-

Re: Spark not working with mesos

2014-06-04 Thread praveshjain1991
this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos-tp6806p7021.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Spark not working with mesos

2014-06-04 Thread ajatix
Since $HADOOP_HOME is deprecated, try adding it to the Mesos configuration file. Add `export MESOS_HADOOP_HOME=$HADOOP_HOME to ~/.bashrc` and that should solve your error -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos

Re: Spark not working with mesos

2014-06-04 Thread praveshjain1991
java:590) at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:471) ... 6 more If you can suggest what is causing this error that would be great. -- Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos-tp6806p6927.html Sent from t

Re: Spark not working with mesos

2014-06-04 Thread Akhil Das
ctory on the workers > (which are otherwise printed if i run without using mesos). > > -- > Thanks > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos-tp6806p6900.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: Spark not working with mesos

2014-06-04 Thread praveshjain1991
using mesos). -- Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-not-working-with-mesos-tp6806p6900.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Spark not working with mesos

2014-06-03 Thread Akhil Das
> scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) > at > scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) > at > > scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) > >

Spark not working with mesos

2014-06-03 Thread praveshjain1991
20-10 successfully in removeExecutor > 14/06/03 19:55:00 INFO DAGScheduler: Host gained which was in lost > list earlier: IMPETUS-DSRV04.impetus.co.in I've checked my configuration of spark many times and it looks fine to me. Any ideas what might have gone wrong? -- Thanks -- View this me