Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-26282

Update JVM to 8u191 on jenkins workers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • None
    • Build
    • None

    Description

      the jvm we're using to build/test spark on the centos workers is a bit...  long in the teeth:

      [sknapp@amp-jenkins-worker-04 ~]$ java -version
      java version "1.8.0_60"
      Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
      Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

      on the ubuntu nodes, it's only a little bit less old:

      sknapp@amp-jenkins-staging-worker-01:~$ java -version
      java version "1.8.0_171"
      Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
      Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

      steps to update on centos:

      • manually install new(er) java
      • update /etc/alternatives
      • update JJB configs and update JAVA_HOME/JAVA_BIN

      steps to update on ubuntu:

      • update ansible to install newer java
      • deploy ansible

      questions:

      • do we stick w/java8 for now?
      • which version is sufficient?

      srowen

      Attachments

        Issue Links

          Activity

            People

              shaneknapp Shane Knapp
              shaneknapp Shane Knapp
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: