Description
After upgrading from Ambari 1.7 to Ambari 2.1 and HDP 2.2.0 to HDP 2.3, Hive fails to start after upgrade during rolling upgrade due to hive-env.sh having HADOOP_HEAPSIZE=512*m*. The HADOOP_CLIENT_OPTS assumes it’s an int and tacts on an additional “m” so it ends up setting the -Xmx to 512mm instead of -Xmx to 512m
Attachments
Attachments
Issue Links
- links to