Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5698

Drill should start in embedded mode using java 1.8.0_144

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.12.0
    • None

    Description

      Currently the start up script

      distribution/src/resources/drill-config.sh

      prevents drill from starting as the regex incorrectly captures the 144 portion of the version code

      this is because the regex isn't escaped

      -"$JAVA" -version 2>&1 | grep "version" | egrep -e "1.4|1.5|1.6" > /dev/null
      +"$JAVA" -version 2>&1 | grep "version" | egrep -e "1\.4|1\.5|1\.6" > /dev/null

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              darrenbrien Darren
              Arina Ielchiieva Arina Ielchiieva
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: