You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2016/06/09 08:26:37 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 94038e5c3 -> b0b4ebee9


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/b0b4ebee
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b0b4ebee
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b0b4ebee

Branch: refs/heads/branch-2.4
Commit: b0b4ebee9969930c3594761d3efc3577fdcb442a
Parents: 94038e5
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Wed Jun 8 18:19:09 2016 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Wed Jun 8 18:19:09 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/b0b4ebee/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/b0b4ebee/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/b0b4ebee/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/b0b4ebee/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"
             }
           ]
         }