Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
hive-0.10
hcatalog-0.5
hadoop 0.23
hbase 0.94
-
Use ':' in HIVE_AUX_JARS_PATH instead of ','
Description
The following code gets executed only in case of cygwin.
HIVE_AUX_JARS_PATH=`echo $HIVE_AUX_JARS_PATH | sed 's/,/:/g'`
But since HIVE_AUX_JARS_PATH gets added to HADOOP_CLASSPATH, the comma should get replaced by : for all cases.