You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2014/11/03 19:40:48 UTC

git commit: AMBARI-8119. Knox and Kafka user/group not listed in Admin->Service Accounts page. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 8406ba86a -> 662896818


AMBARI-8119. Knox and Kafka user/group not listed in Admin->Service Accounts page. (jaimin)


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

Branch: refs/heads/branch-1.7.0
Commit: 66289681864c18765aba7c212a0d7d387b5fe4c7
Parents: 8406ba8
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Mon Nov 3 10:40:13 2014 -0800
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Mon Nov 3 10:40:13 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/data/service_configs.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/66289681/ambari-web/app/data/service_configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/service_configs.js b/ambari-web/app/data/service_configs.js
index a7acbe3..5b33345 100644
--- a/ambari-web/app/data/service_configs.js
+++ b/ambari-web/app/data/service_configs.js
@@ -53,7 +53,9 @@ module.exports = [
       "falcon-env": {supports: {final: false}},
       "webhcat-env": {supports: {final: false}},
       "pig-env": {supports: {final: false}},
-      "sqoop-env": {supports: {final: false}}
+      "sqoop-env": {supports: {final: false}},
+      "knox-env" : {supports: {final: false}},
+      "kafka-env": {supports: {final: false}}
     },
     configs: []
   })