On 30 Mar 2016, at 04:44, Selvam Raman
mailto:sel...@gmail.com>> wrote:
Hi,
i am using spark 1.6.0 prebuilt hadoop 2.6.0 version in my windows machine.
i was trying to use databricks csv format to read csv file. i used the below
command.
I got null pointer exception. Any help would be grea
Looks like the winutils.exe is missing from the environment, See
https://issues.apache.org/jira/browse/SPARK-2356
Thanks
Best Regards
On Wed, Mar 30, 2016 at 10:44 AM, Selvam Raman wrote:
> Hi,
>
> i am using spark 1.6.0 prebuilt hadoop 2.6.0 version in my windows machine.
>
> i was trying to u
Hi,
I guess this is not a CSV-datasource specific problem.
Does loading any file (eg. textFile()) work as well?
I think this is related with this thread,
http://apache-spark-user-list.1001560.n3.nabble.com/Error-while-running-example-scala-application-using-spark-submit-td10056.html
.
2016-03-