Example File not running

2014-08-27 Thread Hingorani, Vineet
Hello all, I am able to use Spark in the shell but I am not able to run a spark file. I am using sbt and the jar is created but even the SimpleApp class example given on the site http://spark.apache.org/docs/latest/quick-start.html is not running. I installed a prebuilt version of spark and

Re: Example File not running

2014-08-27 Thread Akhil Das
The statement java.io.IOException: Could not locate executable null\bin\winutils.exe explains that the null is received when expanding or replacing an Environment Variable. I'm guessing that you are missing *HADOOP_HOME* in the environment variables. Thanks Best Regards On Wed, Aug 27, 2014

RE: Example File not running

2014-08-27 Thread Hingorani, Vineet
Subject: Re: Example File not running The statement java.io.IOException: Could not locate executable null\bin\winutils.exe explains that the null is received when expanding or replacing an Environment Variable. I'm guessing that you are missing HADOOP_HOME in the environment variables

Re: Example File not running

2014-08-27 Thread Akhil Das
File not running The statement java.io.IOException: Could not locate executable null\bin\winutils.exe explains that the null is received when expanding or replacing an Environment Variable. I'm guessing that you are missing *HADOOP_HOME* in the environment variables. Thanks

RE: Example File not running

2014-08-27 Thread Hingorani, Vineet
...@sigmoidanalytics.com] Sent: Mittwoch, 27. August 2014 13:35 To: Hingorani, Vineet Cc: user@spark.apache.org Subject: Re: Example File not running It should point to your hadoop installation directory. (like C:\hadoop\) Since you don't have hadoop installed, What is the code that you are running

Example file not running

2014-08-27 Thread Hingorani, Vineet
Hello all, I am able to use Spark in the shell but I am not able to run a spark file. I am using sbt and the jar is created but even the SimpleApp class example given on the site http://spark.apache.org/docs/latest/quick-start.html is not running. I installed a prebuilt version of spark and

Re: Example File not running

2014-08-27 Thread Akhil Das
. August 2014 13:35 *To:* Hingorani, Vineet *Cc:* user@spark.apache.org *Subject:* Re: Example File not running It should point to your hadoop installation directory. (like C:\hadoop\) Since you don't have hadoop installed, What is the code that you are running? Thanks Best

RE: Example File not running

2014-08-27 Thread Hingorani, Vineet
: Mittwoch, 27. August 2014 16:01 To: Hingorani, Vineet Cc: user@spark.apache.org Subject: Re: Example File not running You can install hadoop 2 by reading this doc https://wiki.apache.org/hadoop/Hadoop2OnWindows Once you are done with it, you can set the environment variable HADOOP_HOME