Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-5363

HIVE-3978 broke the command line option --auxpath

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.12.0
    • None
    • None

    Description

      HIVE-3978 changed the seperator for HIVE_AUX_JARS_PATH to : from ,. However, it's expected that it's , later on in the script, specifically here:

        AUX_CLASSPATH=${HIVE_AUX_JARS_PATH}
        AUX_PARAM=file://${HIVE_AUX_JARS_PATH}
        AUX_PARAM=`echo $AUX_PARAM | sed 's/,/,file:\/\//g'
      

      Attachments

        1. HIVE-5363.patch
          0.4 kB
          Brock Noland

        Issue Links

          Activity

            People

              brocknoland Brock Noland
              brocknoland Brock Noland
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: