You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2019/05/29 08:30:30 UTC

[ambari] branch branch-2.7 updated: AMBARI-25284: Remove principal suffix from dfs.namenode.kerberos.principal (#2985) (#2991)

This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 0ca5b50  AMBARI-25284: Remove principal suffix from dfs.namenode.kerberos.principal (#2985) (#2991)
0ca5b50 is described below

commit 0ca5b5049308192412df48d4b5e7b58e82bfb04e
Author: Kait Johnson <ka...@gmail.com>
AuthorDate: Wed May 29 01:30:23 2019 -0700

    AMBARI-25284: Remove principal suffix from dfs.namenode.kerberos.principal (#2985) (#2991)
---
 .../src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json
index 741e7ca..f706665 100644
--- a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json
+++ b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json
@@ -28,7 +28,7 @@
             "hadoop.security.authorization": "true",
             "hadoop.proxyuser.HTTP.groups": "${hadoop-env/proxyuser_group}",
             "hadoop.security.token.service.use_ip" : "false",
-            "dfs.namenode.kerberos.principal": "${hadoop-env/hdfs_user}${principal_suffix}/${onefs/onefs_host}@${realm}"
+            "dfs.namenode.kerberos.principal": "${hadoop-env/hdfs_user}/${onefs/onefs_host}@${realm}"
           }
         },
         {