Re: java.io.IOException: Mkdirs failed to create file:/some/path/myapp.csv while using rdd.saveAsTextFile(fileAddress) Spark

2015-01-13 Thread Prannoy
What path you are giving in the saveAsTextFile ?? Can you show the whole line . On Tue, Jan 13, 2015 at 11:42 AM, shekhar [via Apache Spark User List] < ml-node+s1001560n21112...@n3.nabble.com> wrote: > I still i having this issue with rdd.saveAsTextFile() method. > > > thanks, > Shekhar reddy >

Re: java.io.IOException: Mkdirs failed to create file:/some/path/myapp.csv while using rdd.saveAsTextFile(fileAddress) Spark

2015-01-10 Thread Akhil Das
That's a file on the local disk that's being created (prolly your hdfs temp dir), just make sure you have write permission(for the user from where you are running the application) on that directory. Thanks Best Regards On Sat, Jan 10, 2015 at 12:58 AM, firemonk9 wrote: > I am facing same except

Re: java.io.IOException: Mkdirs failed to create file:/some/path/myapp.csv while using rdd.saveAsTextFile(fileAddress) Spark

2015-01-09 Thread firemonk9
I am facing same exception in saveAsObjectFile. Have you found any solution ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/java-io-IOException-Mkdirs-failed-to-create-file-some-path-myapp-csv-while-using-rdd-saveAsTextFile-k-tp20994p21066.html Sent from