Repository: ambari
Updated Branches:
  refs/heads/trunk f9d9ff1b3 -> 47c9b2160


AMBARI-15871. App Timeline Server start fails on a kerberized cluster due to 
absence of hdfs keytab.(vbrodetskyi)


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

Branch: refs/heads/trunk
Commit: 47c9b2160b0220bc4a5738d7e9d702189c5d5d2f
Parents: f9d9ff1
Author: Vitaly Brodetskyi <[email protected]>
Authored: Wed Jun 8 18:22:48 2016 +0300
Committer: Vitaly Brodetskyi <[email protected]>
Committed: Wed Jun 8 18:22:48 2016 +0300

----------------------------------------------------------------------
 .../main/resources/common-services/YARN/2.1.0.2.0/kerberos.json   | 3 +++
 .../src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json | 3 +++
 .../main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json | 3 +++
 .../src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json | 3 +++
 4 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/47c9b216/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json
index 9afe668..4093431 100644
--- 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json
+++ 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/kerberos.json
@@ -151,6 +151,9 @@
               "keytab": {
                 "configuration": 
"yarn-site/yarn.timeline-service.http-authentication.kerberos.keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs"
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/47c9b216/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
index 240f61e..2fdce8a 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
@@ -152,6 +152,9 @@
               "keytab": {
                 "configuration": 
"yarn-site/yarn.timeline-service.http-authentication.kerberos.keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs"
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/47c9b216/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
 
b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
index 9606b59..b02b3e9 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/YARN/kerberos.json
@@ -154,6 +154,9 @@
               "keytab": {
                 "configuration": 
"yarn-site/yarn.timeline-service.http-authentication.kerberos.keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs"
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/47c9b216/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json 
b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json
index 22fed42..0d67e59 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/kerberos.json
@@ -161,6 +161,9 @@
               "keytab": {
                 "configuration": 
"yarn-site/yarn.timeline-service.http-authentication.kerberos.keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs"
             }
           ]
         }

Reply via email to