You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "hzw (JIRA)" <ji...@apache.org> on 2014/11/28 01:47:12 UTC

[jira] [Created] (SPARK-4641) A FileNotFoundException happened in Hash Shuffle Manager

hzw created SPARK-4641:
--------------------------

             Summary: A FileNotFoundException happened in Hash Shuffle Manager
                 Key: SPARK-4641
                 URL: https://issues.apache.org/jira/browse/SPARK-4641
             Project: Spark
          Issue Type: Bug
          Components: Input/Output, Shuffle
         Environment: A WordCount Example with some special text input(normal words text)
            Reporter: hzw


Using Hash Shuffle without consolidateFiles, it will throw such exception:
	java.io.IOException: Error in reading org.apache.spark.network.FileSegmentManagedBuffer .. (actual file length 0)
	Caused by: java.io.FileNotFoundException:  (No such file or directory)

And using Hash Shuffle with consolidateFiles, it will throw another exception: 
java.io.IOException: PARSING_ERROR(2)
	at org.xerial.snappy.SnappyNative.throw_error(SnappyNative.java:84)



--
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