Re: Exceptions not caught?

2014-10-23 Thread Ted Yu
.nabble.com/Exceptions-not-caught-tp17157.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

Re: Exceptions not caught?

2014-10-23 Thread ankits
(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) 2014-10-23 15:51:10,791 ERROR [] Task 0 in stage 1.0 failed 1 times; aborting job -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Exceptions-not-caught-tp17157p17159.html Sent from the Apache

Re: Exceptions not caught?

2014-10-23 Thread ankits
Also everything is running locally on my box, driver and workers. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Exceptions-not-caught-tp17157p17160.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Exceptions not caught?

2014-10-23 Thread Ted Yu
(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) 2014-10-23 15:51:10,791 ERROR [] Task 0 in stage 1.0 failed 1 times; aborting job -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Exceptions-not-caught-tp17157p17159.html Sent from

Re: Exceptions not caught?

2014-10-23 Thread ankits
Can you check your class Y and fix the above ? I can, but this is about catching the exception should it be thrown by any class in the spark job. Why is the exception not being caught? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Exceptions-not-caught

Re: Exceptions not caught?

2014-10-23 Thread Marcelo Vanzin
On Thu, Oct 23, 2014 at 3:40 PM, ankits ankitso...@gmail.com wrote: 2014-10-23 15:39:50,845 ERROR [] Exception in task 1.0 in stage 1.0 (TID 1) java.io.IOException: org.apache.thrift.protocol.TProtocolException: This looks like an exception that's happening on an executor and just being