Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.12.0
-
None
Description
In hiveserver2.sh:
exec $HADOOP jar $JAR $CLASS "$@"
While cli.sh having:
exec $HADOOP jar ${HIVE_LIB}/hive-cli-*.jar $CLASS $HIVE_OPTS "$@"
Hence some hive commands that run properly in Hive shell fail in HiveServer.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-6948 HiveServer2 doesn't respect HIVE_AUX_JARS_PATH
- Resolved