dongjoon-hyun commented on issue #25423: [SPARK-28701][test-java11][k8s] adding java11 support for pull request builds URL: https://github.com/apache/spark/pull/25423#issuecomment-521723310 Hi, @shaneknapp . We need to have `\` at the end of `java.version=11`. - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7-jdk-11-ubuntu-testing/configure ``` $MVN \ -Djava.version=11 -P"$HADOOP_PROFILE" \ ``` BTW, can we remove that line completely? @shaneknapp and @srowen . According to our experiment, `java.version=11` doesn't work as we expected. We want to stick to `java.version=8`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
