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
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> 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-tp20994p21112.html
>  To start a new topic under Apache Spark User List, email
> ml-node+s1001560n1...@n3.nabble.com
> To unsubscribe from Apache Spark User List, click here
> 
> .
> NAML
> 
>




--
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-tp20994p21126.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

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 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 the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>


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 the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org