Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/3561#issuecomment-67378920
  
    This looks like a new issue, so I'm going to hold off on merging until I 
figure it out.  It looks like most of JavaAPISuite, DistributedSuite, and 
FileServerSuite failed with the error
    
    ```scala
    sbt.ForkMain$ForkError: 
/home/jenkins/workspace/SparkPullRequestBuilder/core/foo.jar (No such file or 
directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:146)
        at com.google.common.io.Files$FileByteSource.openStream(Files.java:127)
        at com.google.common.io.Files$FileByteSource.openStream(Files.java:117)
        at com.google.common.io.ByteSource.copyTo(ByteSource.java:247)
        at com.google.common.io.Files.copy(Files.java:458)
        at org.apache.spark.HttpFileServer.addFileToDir(HttpFileServer.scala:72)
        at org.apache.spark.HttpFileServer.addJar(HttpFileServer.scala:60)
        at org.apache.spark.SparkContext.addJar(SparkContext.scala:1170)
        at 
org.apache.spark.SparkContext$$anonfun$11.apply(SparkContext.scala:276)
        at 
org.apache.spark.SparkContext$$anonfun$11.apply(SparkContext.scala:276)
        at scala.collection.immutable.List.foreach(List.scala:318)
        at org.apache.spark.SparkContext.<init>(SparkContext.scala:276)
        at org.apache.spark.SparkContext.<init>(SparkContext.scala:136)
        at org.apache.spark.SparkContext.<init>(SparkContext.scala:151)
    ```
    
    
([link](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24538/testReport/)).
  I'll try to see if I can reproduce this locally to debug.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to