[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525156760 After this PR, we can use `test-java11` freely. And, we can move forward to optimiz

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525156512 This PR passed the Jenkins with JDK8 building and JDK11 testing. ``` =

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525132096 Technically, the UT failures here are irrelevant to this PR. Especially, last two f

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525115374 I'll take a look once more. ---

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525113071 I updated the PR description. `jakarta.xml.bind-api-2.3.2.jar` and `istack-commons-

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525111699 Ah, `transitive dependency`. Since this passes the dependency manifest test, I thou

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525109713 Thank you for review, @srowen . However, our `assembly` jars doesn't have it withou

[GitHub] [spark] dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency

2019-08-26 Thread GitBox
dongjoon-hyun commented on issue #25587: [SPARK-28877][PYSPARK][test-hadoop3.2][test-java11] Make jaxb-runtime compile-time dependency URL: https://github.com/apache/spark/pull/25587#issuecomment-525102103 Thank you for review and approval and retriggering, @HyukjinKwon . Thank you, @sh