浏览代码

AMBARI-8922. Hive start fails on deploying from blueprint.(vbrodetskyi)

Vitaly Brodetskyi 10 年之前
父节点
当前提交
df1fc17495

+ 2 - 1
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>