Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/2685#issuecomment-61030054
  
     Really weird for core tests failed difference between apache.hive and 
spark-project.hive, locally all core tests failed with apache.hive due to 
    ```
    [info]   org.apache.spark.SparkException: Job aborted due to stage failure: 
Task 2 in stage 0.0 failed 4 times, most recent failure: Lost task 2.3 in stage 
0.0 (TID 9, localhost): java.net.SocketTimeoutException: Read timed out
    [info]         java.net.SocketInputStream.socketRead0(Native Method)
    [info]         java.net.SocketInputStream.read(SocketInputStream.java:152)
    [info]         java.net.SocketInputStream.read(SocketInputStream.java:122)
    [info]         
java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
    [info]         
java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
    [info]         
java.io.BufferedInputStream.read(BufferedInputStream.java:334)
    [info]         
sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687)
    [info]         sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633)
    [info]         
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
    [info]         
org.apache.spark.broadcast.HttpBroadcast$.org$apache$spark$broadcast$HttpBroadcast$$read(HttpBroadcast.scala:202)
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to