Re: Jenkins build errors

2018-06-29 Thread petar . zecevic
The problem was with the changes upstream. fetch upstream and a rebase resolved it and now the build is passing. I also added a design doc and made the JIRA description a bit clearer (https://issues.apache.org/jira/browse/SPARK-24020) so I hope it will get merged soon. Thanks, Petar Sean

Re: Jenkins build errors

2018-06-23 Thread Sean Owen
Also confused about this one as many builds succeed. One possible difference is that this failure is in the Hive tests, so are you building and testing with -Phive locally where it works? still does not explain the download failure. It could be a mirror problem, throttling, etc. But there again

Re: Jenkins build errors

2018-06-20 Thread Petar Zecevic
It's still dying. Back to this error (it used to be spark-2.2.0 before): java.io.IOException: Cannot run program "./bin/spark-submit" (in directory "/tmp/test-spark/spark-2.1.2"): error=2, No such file or directory So, a mirror is missing that Spark version... I don't understand why nobody

Re: Jenkins build errors

2018-06-19 Thread Sean Owen
Those still appear to be env problems. I don't know why it is so persistent. Does it all pass locally? Retrigger tests again and see what happens. On Tue, Jun 19, 2018, 2:53 AM Petar Zecevic wrote: > > Thanks, but unfortunately, it died again. Now at pyspark tests: > > >

Re: Jenkins build errors

2018-06-19 Thread Petar Zecevic
Thanks, but unfortunately, it died again. Now at pyspark tests: Running PySpark tests Running PySpark tests. Output is in

Re: Jenkins build errors

2018-06-18 Thread shane knapp
i triggered another build against your PR, so let's see if this happens again or was a transient failure. https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/92038/ shane On Mon, Jun 18, 2018 at 5:30 AM, Petar Zecevic wrote: > Hi, > Jenkins build for my PR

Jenkins build errors

2018-06-18 Thread Petar Zecevic
Hi, Jenkins build for my PR (https://github.com/apache/spark/pull/21109 ; https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/92023/testReport/org.apache.spark.sql.hive/HiveExternalCatalogVersionsSuite/_It_is_not_a_test_it_is_a_sbt_testing_SuiteSelector_/) keeps failing. First it