Repository: ambari
Updated Branches:
  refs/heads/trunk 74517116a -> 9dc52fc9f


AMBARI-15486. HiveServerInteractive. Remove Password requirement from 
hive-interactive-site.xml. (Swapan Shridhar via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9dc52fc9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9dc52fc9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9dc52fc9

Branch: refs/heads/trunk
Commit: 9dc52fc9f156252ca206fdb8ca07af09f2bf582e
Parents: 7451711
Author: Yusaku Sako <yus...@hortonworks.com>
Authored: Fri Mar 18 18:44:54 2016 -0700
Committer: Yusaku Sako <yus...@hortonworks.com>
Committed: Fri Mar 18 18:44:54 2016 -0700

----------------------------------------------------------------------
 .../HIVE/configuration/hive-interactive-site.xml        | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9dc52fc9/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
index e77b379..fb55d2d 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-site.xml
@@ -133,18 +133,6 @@ limitations under the License.
     </value-attributes>
   </property>
 
-  <property require-input="true">
-    <name>javax.jdo.option.ConnectionPassword</name>
-    <value></value>
-    <property-type>PASSWORD</property-type>
-    <display-name>Database Password</display-name>
-    <description>password to use against metastore database</description>
-    <value-attributes>
-      <type>password</type>
-      <overridable>false</overridable>
-    </value-attributes>
-  </property>
-
   <property>
     <name>javax.jdo.option.ConnectionURL</name>
     <value>jdbc:mysql://localhost/hive?createDatabaseIfNotExist=true</value>

Reply via email to