Github user srowen commented on the issue:
https://github.com/apache/spark/pull/13868
It's weird. Some branch 2.0 tests fail in core, but with no visible error
anywhere. But I spotted this failure:
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-2.0-test-maven-hadoop-2.4/538/consoleFull
```
testCrosstab(test.org.apache.spark.sql.JavaDataFrameSuite) Time elapsed:
0.098 sec <<< ERROR!
java.lang.IllegalArgumentException: Error while instantiating
'org.apache.spark.sql.internal.SharedState':
at
test.org.apache.spark.sql.JavaDataFrameSuite.setUp(JavaDataFrameSuite.java:55)
Caused by: java.lang.reflect.InvocationTargetException
at
test.org.apache.spark.sql.JavaDataFrameSuite.setUp(JavaDataFrameSuite.java:55)
Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException:
Relative path in absolute URI: ${system:user.dir%7D/spark-warehouse
at
test.org.apache.spark.sql.JavaDataFrameSuite.setUp(JavaDataFrameSuite.java:55)
Caused by: java.net.URISyntaxException: Relative path in absolute URI:
${system:user.dir%7D/spark-warehouse
at
test.org.apache.spark.sql.JavaDataFrameSuite.setUp(JavaDataFrameSuite.java:55)
```
I thought I must have screwed up the conflict resolution, but I can't see
an error on visually evaluating the two:
Master
https://github.com/apache/spark/commit/11a6844bebbad1968bcdc295ab2de31c60dc0874
2.0
https://github.com/apache/spark/commit/719ac5f37ccf32c34c70524b8cf9a2699c71a353
This was one key conflict:
https://github.com/apache/spark/commit/719ac5f37ccf32c34c70524b8cf9a2699c71a353#diff-32bb9518401c0948c5ea19377b5069abR694
and the other was just in a test in DDLSuite that didn't exist in 2.0, it
seems.
Not sure what to make of it. Thanks for looking if you're able to evaluate
this. I will revert in the meantime.
---
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]