Description
It could be as simple as making sure that ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml has the same changes as in the 2.2. version (ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml).
Specifically the missing parts are:
export SERVICE=$SERVICE if [ "$SERVICE" = "metastore" ]; then export HADOOP_HEAPSIZE="{{hive_metastore_heapsize}}" else export HADOOP_HEAPSIZE="{{hive_heapsize}}" fi
Attachments
Attachments
Issue Links
- links to