Re: saveAsTextFile hangs with hdfs

2014-08-26 Thread Burak Yavuz
t; Sent: Tuesday, August 19, 2014 1:44:18 PM Subject: saveAsTextFile hangs with hdfs I have a simple spark job that seems to hang when saving to hdfs. When looking at the spark web ui, the job reached 97 of 100 tasks completed. I need some help determining why the job appears to hang. The j

Re: saveAsTextFile hangs with hdfs

2014-08-19 Thread evadnoob
AsTextFile-hangs-with-hdfs-tp12412p12420.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: saveAsTextFile hangs with hdfs

2014-08-19 Thread evadnoob
-> { while (p.hasNext()) { LOG.info("{}", p.next()); } }); Thanks, David. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/saveAsTextFile-hangs-with-hdfs-tp12412p12419.html Sent from the Apache Spark User List

saveAsTextFile hangs with hdfs

2014-08-19 Thread David
I have a simple spark job that seems to hang when saving to hdfs. When looking at the spark web ui, the job reached 97 of 100 tasks completed. I need some help determining why the job appears to hang. The job hangs on the "saveAsTextFile()" call. https://www.dropbox.com/s/fdp7ck91hhm9w68/Scree