Job aborted due to not serializable exception

2016-06-29 Thread Paolo Patierno
arkException: Job aborted due to stage failure: Failed to serialize task 465, not attempting to retry it. Exception during serialization: java.io.NotSerializableException: org.apache.spark.streaming.amqp.JavaMyReceiverStreamSuite If I change the fn definition with something simpler like (x: Mess

java.io.FileNotFoundException: Job aborted due to stage failure

2015-11-26 Thread Sahil Sareen
on s.property = c.property from X YZ org.apache.spark.SparkException: Job aborted due to stage failure: Task 4 in stage 5710.0 failed 4 times, most recent failure: Lost task 4.3 in stage 5710.0 (TID 341269, ip-10-0-1-80.us-west-2.compute.internal): java.io.FileNotFoundException: /mnt/md0/var/lib/spark

Re: java.io.FileNotFoundException: Job aborted due to stage failure

2015-11-26 Thread Ted Yu
elp. > > Any ideas on what could be causing this?? > > This is the exception that I am getting: > > [MySparkApplication] WARN : Failed to execute SQL statement select * > from TableS s join TableC c on s.property = c.property from X YZ > org.apache.spark.SparkException: Job ab

Spark 1.4.2- java.io.FileNotFoundException: Job aborted due to stage failure

2015-11-24 Thread Sahil Sareen
I tried increasing spark.shuffle.io.maxRetries to 10 but didn't help. This is the exception that I am getting: [MySparkApplication] WARN : Failed to execute SQL statement select * from TableS s join TableC c on s.property = c.property from X YZ org.apache.spark.SparkException: Job

RE: Re: Job aborted due to stage failure: java.lang.StringIndexOutOfBoundsException: String index out of range: 18

2015-08-30 Thread Cheng, Hao
“java.lang.ArrayIndexOutOfBoundsException: 71”, seems something wrong with your data, is that your intention? Thanks, Hao From: our...@cnsuning.com [mailto:our...@cnsuning.com] Sent: Friday, August 28, 2015 7:20 PM To: Terry Hole Cc: user Subject: Re: Re: Job aborted due to stage failure

Re: Re: Job aborted due to stage failure: java.lang.StringIndexOutOfBoundsException: String index out of range: 18

2015-08-28 Thread our...@cnsuning.com
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 9, 10.104.74.7): java.lang.ArrayIndexOutOfBoundsException: 71 at $iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$anonfun$2.apply(console:23) at $iwC$$iwC

Job aborted due to stage failure: java.lang.StringIndexOutOfBoundsException: String index out of range: 18

2015-08-28 Thread our...@cnsuning.com
completed, from pool 15/08/28 17:00:54 INFO TaskSchedulerImpl: Cancelling stage 9 15/08/28 17:00:54 INFO DAGScheduler: ShuffleMapStage 9 (collect at console:31) failed in 0.206 s 15/08/28 17:00:54 INFO DAGScheduler: Job 6 failed: collect at console:31, took 0.293903 s org.apache.spark.SparkException: Job

Re: Job aborted due to stage failure: java.lang.StringIndexOutOfBoundsException: String index out of range: 18

2015-08-28 Thread Terry Hole
0.293903 s org.apache.spark.SparkException: Job aborted due to stage failure: Task 56 in stage 9.0 failed 4 times, most recent failure: Lost task 56.3 in stage 9.0 (TID 75, 10.104.74.8): java.lang.StringIndexOutOfBoundsException: String index out of range: 18 at java.lang.String.charAt(String.java:658

Re: Re: Job aborted due to stage failure: java.lang.StringIndexOutOfBoundsException: String index out of range: 18

2015-08-28 Thread ai he
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 9, 10.104.74.7): java.lang.ArrayIndexOutOfBoundsException: 71 at $iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$anonfun$2.apply(console:23) at $iwC$$iwC$$iwC$$iwC

Re: Job aborted due to stage failure: Task not serializable:

2015-07-16 Thread Akhil Das
Did you try this? *val out=lines.filter(xx={* val y=xx val x=broadcastVar.value var flag:Boolean=false for(a-x) { if(y.contains(a)) flag=true } flag } *})* Thanks Best Regards On Wed, Jul 15, 2015 at 8:10 PM, Naveen Dabas naveen.u...@ymail.com wrote: I

Job aborted due to stage failure: Task not serializable:

2015-07-15 Thread Naveen Dabas
I am using the below code and using kryo serializer .when i run this code i got this error : Task not serializable in commented line2) how broadcast variables are treated in exceotu.are they local variables or can be used in any function defined as global variables. object

Running SparkPi ( or JavaWordCount) example fails with Job aborted due to stage failure: Task serialization failed

2015-06-08 Thread Elkhan Dadashov
at SparkPi.scala:35) failed in Unknown s 15/06/08 19:03:38 INFO scheduler.DAGScheduler: Job 0 failed: reduce at SparkPi.scala:35, took 0.063253 s Exception in thread main org.apache.spark.SparkException: Job aborted due to stage failure: Task serialization failed: java.lang.reflect.InvocationTargetException

Job aborted

2015-06-05 Thread Giovanni Paolo Gibilisco
I'm running PageRank on datasets with different sizes (from 1GB to 100GB). Sometime my job is aborted showing this error: Job aborted due to stage failure: Task 0 in stage 4.1 failed 4 times, most recent failure: Lost task 0.3 in stage 4.1 (TID 2051, 9.12.247.250): java.io.FileNotFoundException

Job aborted

2015-06-05 Thread gibbo87
I'm running PageRank on datasets with different sizes (from 1GB to 100GB). Sometime my job is aborted showing this error: Job aborted due to stage failure: Task 0 in stage 4.1 failed 4 times, most recent failure: Lost task 0.3 in stage 4.1 (TID 2051, 9.12.247.250): java.io.FileNotFoundException

org.apache.spark.SparkException: Job aborted due to stage failure: All masters are unresponsive! Giving up.

2015-02-10 Thread lakewood
executors15/02/11 12:22:46 INFO SparkDeploySchedulerBackend: Asking each executor to shut downorg.apache.spark.SparkException: Job aborted due to stage failure: All masters are unresponsive! Giving up.at org.apache.spark.scheduler.DAGScheduler.org http://org.apache.spark.scheduler.DAGScheduler.org

Re: org.apache.spark.SparkException: Job aborted due to stage failure: All masters are unresponsive! Giving up.

2015-02-10 Thread Akhil Das
-biqa1:4040 http://xpan-biqa1:404015/02/11 12:22:46 INFO DAGScheduler: Stopping DAGScheduler15/02/11 12:22:46 INFO SparkDeploySchedulerBackend: Shutting down all executors15/02/11 12:22:46 INFO SparkDeploySchedulerBackend: Asking each executor to shut downorg.apache.spark.SparkException: Job aborted

Job aborted due to stage failure: Master removed our application: FAILED

2014-08-21 Thread Kristoffer Sjögren
Hi I have trouble executing a really simple Java job on spark 1.0.0-cdh5.1.0 that runs inside a docker container: SparkConf sparkConf = new SparkConf().setAppName(TestApplication).setMaster(spark://localhost:7077); JavaSparkContext ctx = new JavaSparkContext(sparkConf); JavaRDDString lines =

Re: Job aborted due to stage failure: Master removed our application: FAILED

2014-08-21 Thread Yana
this morning, I believe because of ports... -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Job-aborted-due-to-stage-failure-Master-removed-our-application-FAILED-tp12573p12586.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Job aborted due to stage failure: TID x failed for unknown reasons

2014-08-14 Thread jerryye
bump. same problem here. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Job-aborted-due-to-stage-failure-TID-x-failed-for-unknown-reasons-tp10187p12095.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Job aborted due to stage failure: TID x failed for unknown reasons

2014-07-22 Thread Alessandro Lulli
occurred while calling o27.collect. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 0.0:13 failed 4 times, most recent failure: *TID 32 on host master.host.univ.edu http://master.host.univ.edu failed for unknown reason* Driver stacktrace

Job aborted due to stage failure: TID x failed for unknown reasons

2014-07-18 Thread Shannon Quinn
300, in get_return_value py4j.protocol.Py4JJavaError: An error occurred while calling o27.collect. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 0.0:13 failed 4 times, most recent failure: *TID 32 on host master.host.univ.edu failed for unknown reason* Driver

Re: Job aborted: Spark cluster looks down

2014-03-06 Thread Mayur Rustagi
saveAsNewAPIHadoopFile at CondelCalc.scala:146 Exception in thread main org.apache.spark.SparkException: Job aborted: Spark cluster looks down at org.apache.spark.scheduler.DAGScheduler$$anonfun$org$apache$spark$scheduler$DAGScheduler$$abortStage$1.apply(DAGScheduler.scala:1028