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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to