Repository: ambari Updated Branches: refs/heads/trunk bd3a0bb72 -> df1fc1749
AMBARI-8922. Hive start fails on deploying from blueprint.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/df1fc174 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/df1fc174 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/df1fc174 Branch: refs/heads/trunk Commit: df1fc174952a4d72073b6ed2c5541050bb1edeaf Parents: bd3a0bb Author: Vitaly Brodetskyi <[email protected]> Authored: Fri Dec 26 16:10:01 2014 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Fri Dec 26 16:10:01 2014 +0200 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/df1fc174/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index 1c72f70..6c01cbc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -265,9 +265,10 @@ limitations under the License. <description>Thrift URI for the remote metastore. Used by metastore client to connect to remote metastore.</description> </property> - <property> + <property require-input="true"> <name>javax.jdo.option.ConnectionPassword</name> <value></value> + <property-type>PASSWORD</property-type> <description>password to use against metastore database</description> </property>
