You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/14 02:17:33 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #25443: [WIP][test-hadoop3.2] Test JDK 11 with Hive 2.3.6 on jenkins

dongjoon-hyun commented on a change in pull request #25443: [WIP][test-hadoop3.2] Test JDK 11 with Hive 2.3.6 on jenkins
URL: https://github.com/apache/spark/pull/25443#discussion_r313681752
 
 

 ##########
 File path: dev/run-tests-jenkins.py
 ##########
 @@ -183,6 +183,7 @@ def main():
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.7"
     if "test-hadoop3.2" in ghprb_pull_title:
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop3.2"
+        os.environ["JAVA_HOME"] = "/usr/java/jdk-11.0.1"
 
 Review comment:
   If the job fails at `unidoc` stage, please try to comment out it in `run-tests.py`.
   ```
   -    build_spark_unidoc_sbt(hadoop_version)
   +    # build_spark_unidoc_sbt(hadoop_version)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org