[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-28 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-954412711 > The used environment was the following. > > $ brew list openssl > /usr/local/Cellar/openssl@3/3.0.0_1/.bottle/etc/ (7 files) > /usr/local/Cellar/openssl@

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-27 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-953483623 @toujours33 Since you use Intel MacBook Pro, can you help verify this? -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-27 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952510648 > This seems specific to M1? E.g. cl-plus-ssl/cl-plus-ssl#114 too. Seems like it's coming from the Azul jdk itself. Maybe something has to get updated on that end

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952587999 @srowen @dongjoon-hyun I tried 4 versions of JDK to test ``` mvn clean install -DskipTests -pl common/network-common -am mvn test -pl common/network-common

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952506879 @dongjoon-hyun and I test this module on a M1 ``` uname -a Darwin B00396921U 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952510648 > This seems specific to M1? E.g. cl-plus-ssl/cl-plus-ssl#114 too. Seems like it's coming from the Azul jdk itself. Maybe something has to get updated on that end

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952504795 > From my side, it seems to fail due to [ERROR] WARNING: /Users/dongjoon/A/jdk-release/zulu17.30.15-ca-jdk17.0.1-macosx_x64/zulu-17.jdk/Contents/Home/bin/java is load

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952504795 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952504795 > From my side, it seems to fail due to [ERROR] WARNING: /Users/dongjoon/A/jdk-release/zulu17.30.15-ca-jdk17.0.1-macosx_x64/zulu-17.jdk/Contents/Home/bin/java is load

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952506879 @dongjoon-hyun and I test this module on a M1 ``` mvn clean install -DskipTests -pl common/network-common -am mvn test -pl common/network-common

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-952504795 > From my side, it seems to fail due to [ERROR] WARNING: /Users/dongjoon/A/jdk-release/zulu17.30.15-ca-jdk17.0.1-macosx_x64/zulu-17.jdk/Contents/Home/bin/java is load

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-951888490 I created a JIRA SPARK-37120 to tracking `Add a Jenkins build and test job for Java 17` -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-951888490 I'm not sure should we need add a Jenkins build and test job for Java 17, but I create a new JIRA SPARK-37120 -- This is an automated message from the Apache Gi

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-951872500 @srowen @dongjoon-hyun @wangyum after merge this, I run ``` build/mvn clean install -Phadoop-3.2 -Phive-2.3 -Phadoop-cloud -Pmesos -Pyarn -Pkinesis-asl -Phive-t

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-26 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-951872500 @srowen @dongjoon-hyun @wangyum after merge this, I run ``` build/mvn clean install -Phadoop-3.2 -Phive-2.3 -Phadoop-cloud -Pmesos -Pyarn -Pkinesis-asl -Phive-t

[GitHub] [spark] LuciferYang edited a comment on pull request #34376: [SPARK-37105][TEST] Pass all UTs in `sql/hive` with Java 17

2021-10-25 Thread GitBox
LuciferYang edited a comment on pull request #34376: URL: https://github.com/apache/spark/pull/34376#issuecomment-950906371 cc @srowen @dongjoon-hyun @wangyum @HyukjinKwon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and