-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31492/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-9821
https://issues.apache.org/jira/browse/AMBARI-9821
Repository: ambari
Description
-------
In the hive-env.sh
Folder containing extra libraries required for hive compilation/execution can
be controlled by:
if [ "$
{HIVE_AUX_JARS_PATH}" != "" ]; then
export HIVE_AUX_JARS_PATH=${HIVE_AUX_JARS_PATH}
elif [ -d "/usr/hdp/current/hive-webhcat/share/hcatalog" ]; then
export HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-webhcat/share/hcatalog
fi
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
53ab0f8
Diff: https://reviews.apache.org/r/31492/diff/
Testing
-------
manual verification
Thanks,
Dmitro Lisnichenko