Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
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
Attachments
Issue Links
- is broken by
-
HIVE-3978 HIVE_AUX_JARS_PATH should have : instead of , as separator since it gets appended to HADOOP_CLASSPATH
- Closed
- is related to
-
HIVE-5410 Hive command line option --auxpath still does not work post HIVE-5363
- Closed
- relates to
-
HIVE-2269 Hive --auxpath option can't handle multiple colon separated values
- Resolved