-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58031/
-----------------------------------------------------------
(Updated March 29, 2017, 11:57 p.m.)
Review request for Ambari, Jayush Luniya, Robert Nettleton, and Sumit Mohanty.
Changes
-------
Review comments.
Commented some tests cases for test_hive_metastore.py which checks if
mapred-site config exists.
Made a change to hive-env.xml, java_home is not set anywhere in hive service.
Bugs: AMBARI-20615
https://issues.apache.org/jira/browse/AMBARI-20615
Repository: ambari
Description
-------
HMS does not require mapred configs so we need to add a condition so that HMS
can be deployed without yarn
Diffs (updated)
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml
5f566174b8
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
b7b04a2095
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_interactive.py
2ed3e3a26a
ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/package/scripts/hive.py
b7b04a2095
ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/package/scripts/hive_interactive.py
2ed3e3a26a
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
9486e11e46
ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py
a159cd0370
Diff: https://reviews.apache.org/r/58031/diff/3/
Changes: https://reviews.apache.org/r/58031/diff/2-3/
Testing (updated)
-------
Deployed a single node cluster using HMS-Zookeeper only blueprint.
Deployed a regular cluster and added hive service wih existing mysql. Verified
that no regression occurs.
Run python unit tests.
Thanks,
Madhuvanthi Radhakrishnan