You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/05/14 17:35:49 UTC

[ambari] branch trunk updated: AMBARI-23832 : Support Atlas HBase hook from Ambari (#1259)

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

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9d7df89  AMBARI-23832 : Support Atlas HBase hook from Ambari (#1259)
9d7df89 is described below

commit 9d7df89092366d9885efd1f10e92d29887ea9e1e
Author: Vishal Suvagia <vi...@users.noreply.github.com>
AuthorDate: Mon May 14 23:05:45 2018 +0530

    AMBARI-23832 : Support Atlas HBase hook from Ambari (#1259)
---
 ambari-common/src/main/python/ambari_commons/constants.py               | 1 +
 .../python/resource_management/libraries/functions/setup_atlas_hook.py  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ambari-common/src/main/python/ambari_commons/constants.py b/ambari-common/src/main/python/ambari_commons/constants.py
index 31133fc..f1ab4a2 100644
--- a/ambari-common/src/main/python/ambari_commons/constants.py
+++ b/ambari-common/src/main/python/ambari_commons/constants.py
@@ -52,3 +52,4 @@ class SERVICE:
   YARN = "YARN"
   ZEPPELIN = "ZEPPELIN"
   ZOOKEEPER = "ZOOKEEPER"
+  HBASE = "HBASE"
\ No newline at end of file
diff --git a/ambari-common/src/main/python/resource_management/libraries/functions/setup_atlas_hook.py b/ambari-common/src/main/python/resource_management/libraries/functions/setup_atlas_hook.py
index 985eb37..4f915a4 100644
--- a/ambari-common/src/main/python/resource_management/libraries/functions/setup_atlas_hook.py
+++ b/ambari-common/src/main/python/resource_management/libraries/functions/setup_atlas_hook.py
@@ -98,7 +98,7 @@ SHARED_ATLAS_HOOK_SECURITY_CONFIGS_FOR_NON_CLIENT_SERVICE = set(
   ]
 )
 
-NON_CLIENT_SERVICES = [SERVICE.HIVE, SERVICE.STORM, SERVICE.FALCON]
+NON_CLIENT_SERVICES = [SERVICE.HIVE, SERVICE.STORM, SERVICE.FALCON, SERVICE.HBASE]
 
 def has_atlas_in_cluster():
   """

-- 
To stop receiving notification emails like this one, please contact
swagle@apache.org.