Created
December 26, 2015 02:34
-
-
Save Aslan/a053bb4fa1057b6017a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.apache.spark.SparkException: Job aborted. | |
at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply$mcV$sp(InsertIntoHadoopFsRelation.scala:156) | |
at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply(InsertIntoHadoopFsRelation.scala:108) | |
at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply(InsertIntoHadoopFsRelation.scala:108) | |
at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:56) | |
at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation.run(InsertIntoHadoopFsRelation.scala:108) | |
at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult$lzycompute(commands.scala:57) | |
at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult(commands.scala:57) | |
at org.apache.spark.sql.execution.ExecutedCommand.doExecute(commands.scala:69) | |
at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:140) | |
at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:138) | |
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:147) | |
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:138) | |
at org.apache.spark.sql.SQLContext$QueryExecution.toRdd$lzycompute(SQLContext.scala:933) | |
at org.apache.spark.sql.SQLContext$QueryExecution.toRdd(SQLContext.scala:933) | |
at org.apache.spark.sql.execution.datasources.ResolvedDataSource$.apply(ResolvedDataSource.scala:197) | |
at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:146) | |
at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:137) | |
at org.apache.spark.sql.DataFrameWriter.parquet(DataFrameWriter.scala:304) | |
at com.truex.disco.dancers.DiscoDancerDataSource.writeRaw(DiscoDancerDataSource.scala:42) | |
at com.truex.disco.dancers.RentrakDiscoDancerDataSource.computeRaw(RentrakDiscoDancerDataSource.scala:27) | |
at com.truex.prometheus.jobs.DiscoDancerRawJob.execute(DiscoDancerRawJob.scala:17) | |
at com.truex.prometheus.jobs.Job$class.run(Job.scala:283) | |
at com.truex.prometheus.jobs.DiscoDancerJob.run(DiscoDancerJob.scala:9) | |
at com.truex.prometheus.MainJob$.main(MainJob.scala:96) | |
at com.truex.prometheus.MainJob.main(MainJob.scala) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:674) | |
at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:180) | |
at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:205) | |
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:120) | |
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) | |
Caused by: java.io.FileNotFoundException: File s3n://reservoir.truex.com/dancers/raw/rentrak/2015-10-01/_temporary/0/task_201512260229_0151_m_000009 does not exist. | |
at com.amazon.ws.emr.hadoop.fs.s3n.S3NativeFileSystem.listStatus(S3NativeFileSystem.java:945) | |
at com.amazon.ws.emr.hadoop.fs.s3n.S3NativeFileSystem.listStatus(S3NativeFileSystem.java:887) | |
at com.amazon.ws.emr.hadoop.fs.EmrFileSystem.listStatus(EmrFileSystem.java:343) | |
at org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter.mergePaths(FileOutputCommitter.java:360) | |
at org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter.commitJob(FileOutputCommitter.java:310) | |
at org.apache.parquet.hadoop.ParquetOutputCommitter.commitJob(ParquetOutputCommitter.java:46) | |
at org.apache.spark.sql.execution.datasources.BaseWriterContainer.commitJob(WriterContainer.scala:208) | |
at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply$mcV$sp(InsertIntoHadoopFsRelation.scala:151) | |
... 33 more | |
15/12/26 02:30:14 INFO RemoteActorRefProvider$RemotingTerminator: Shutting down remote daemon. | |
15/12/26 02:30:14 INFO RemoteActorRefProvider$RemotingTerminator: Remote daemon shut down; proceeding with flushing remote transports. | |
15/12/26 02:30:14 INFO ShutdownHookManager: Shutdown hook called | |
15/12/26 02:30:14 INFO ShutdownHookManager: Deleting directory /mnt/spark-05d31f97-d4bb-4554-81a9-e11b7506d608 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment