You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Murtaza Kanchwala (JIRA)" <ji...@apache.org> on 2015/07/15 15:05:04 UTC

[jira] [Commented] (SPARK-7837) NPE when save as parquet in speculative tasks

    [ https://issues.apache.org/jira/browse/SPARK-7837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628020#comment-14628020 ] 

Murtaza Kanchwala commented on SPARK-7837:
------------------------------------------

Facing the Same Issue at my End, I am processing around 68TB of data and transforming it to Parquet and I am also facing it. And this App is on Production, will really like it be resolved on highest priority in 1.5.0.

Thanks Guys

> NPE when save as parquet in speculative tasks
> ---------------------------------------------
>
>                 Key: SPARK-7837
>                 URL: https://issues.apache.org/jira/browse/SPARK-7837
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.4.0
>            Reporter: Yin Huai
>            Priority: Critical
>
> The query is like {{df.orderBy(...).saveAsTable(...)}}.
> When there is no partitioning columns and there is a skewed key, I found the following exception in speculative tasks. After these failures, seems we could not call {{SparkHadoopMapRedUtil.commitTask}} correctly.
> {code}
> java.lang.NullPointerException
> 	at parquet.hadoop.InternalParquetRecordWriter.flushRowGroupToStore(InternalParquetRecordWriter.java:146)
> 	at parquet.hadoop.InternalParquetRecordWriter.close(InternalParquetRecordWriter.java:112)
> 	at parquet.hadoop.ParquetRecordWriter.close(ParquetRecordWriter.java:73)
> 	at org.apache.spark.sql.parquet.ParquetOutputWriter.close(newParquet.scala:115)
> 	at org.apache.spark.sql.sources.DefaultWriterContainer.abortTask(commands.scala:385)
> 	at org.apache.spark.sql.sources.InsertIntoHadoopFsRelation.org$apache$spark$sql$sources$InsertIntoHadoopFsRelation$$writeRows$1(commands.scala:150)
> 	at org.apache.spark.sql.sources.InsertIntoHadoopFsRelation$$anonfun$insert$1.apply(commands.scala:122)
> 	at org.apache.spark.sql.sources.InsertIntoHadoopFsRelation$$anonfun$insert$1.apply(commands.scala:122)
> 	at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:63)
> 	at org.apache.spark.scheduler.Task.run(Task.scala:70)
> 	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:213)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org