Re: rdd.saveAsTextFile problem

2015-05-21 Thread Akhil Das
On Thu, May 21, 2015 at 4:17 PM, Howard Yang wrote: > follow > http://www.srccodes.com/p/article/38/build-install-configure-run-apache-hadoop-2.2.0-microsoft-windows-os > to build latest version Hadoop in my windows machine, > and Add Environment Variable *HADOOP_HOME* and edit *Path* Variable to

Re: rdd.saveAsTextFile problem

2015-05-20 Thread Akhil Das
This thread happened a year back, can you please share what issue you are facing? which version of spark you are using? What is your system environment? Exception stack-trace? Thanks Best Regards On Thu, May 21, 2015 at 12:19 PM, Keerthi wrote: > Hi , > > I had tried the workaround shared here,

Re: rdd.saveAsTextFile problem

2015-05-20 Thread Keerthi
Hi , I had tried the workaround shared here, but still facing the same issue... Thanks. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/rdd-saveAsTextFile-problem-tp176p22970.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --

Re: rdd.saveAsTextFile problem

2014-12-05 Thread dylanhogg
Try the workaround for Windows found here: http://qnalist.com/questions/4994960/run-spark-unit-test-on-windows-7. This fix the issue when calling rdd.saveAsTextFile(..) for me with Spark v1.1.0 on windows 8.1 in local mode. Summary of steps: 1) download compiled winutils.exe from http://social.m

Re: rdd.saveAsTextFile problem

2014-03-26 Thread Tathagata Das
Can you give us the more detailed exception + stack trace in the log? It should be in the driver log. If not, please take a look at the executor logs, through the web ui to find the stack trace. TD On Tue, Mar 25, 2014 at 10:43 PM, gaganbm wrote: > Hi Folks, > > Is this issue resolved ? If yes

Re: rdd.saveAsTextFile problem

2014-03-25 Thread gaganbm
Hi Folks, Is this issue resolved ? If yes, could you please throw some light on how to fix this ? I am facing the same problem during writing to text files. When I do stream.foreachRDD(rdd =>{ rdd.saveAsTextFile(<"Some path">) }) This wo