Repository: ambari
Updated Branches:
  refs/heads/trunk b2931c1a4 -> 0da2852f9


AMBARI-19471: Ambari-server: In HIVE and OOZIE configurations, annotate 
PASSWORD properties that need to be stored in a JCEKS provider


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

Branch: refs/heads/trunk
Commit: 0da2852f98640d262e06858fa6ee0c60dd75546a
Parents: b2931c1
Author: Nahappan Somasundaram <[email protected]>
Authored: Wed Jan 11 11:58:37 2017 -0800
Committer: Nahappan Somasundaram <[email protected]>
Committed: Wed Jan 11 14:34:53 2017 -0800

----------------------------------------------------------------------
 .../common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml    | 1 +
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml        | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0da2852f/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
index 12b2121..0ff268b 100644
--- 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
@@ -126,6 +126,7 @@
     <value-attributes>
       <type>password</type>
       <overridable>false</overridable>
+      <keystore>true</keystore>
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/0da2852f/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 287db10..856941f 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
@@ -361,6 +361,7 @@ limitations under the License.
       <type>password</type>
       <overridable>false</overridable>
       <hidden>HIVE_CLIENT,WEBHCAT_SERVER,HCAT,CONFIG_DOWNLOAD</hidden>
+      <keystore>true</keystore>
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>

Reply via email to