You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2018/01/26 21:54:11 UTC

atlas git commit: ATLAS-2375 : added hbase_namespace type to DEFAULT_EDITABLE_ENTITY_TYPES

Repository: atlas
Updated Branches:
  refs/heads/master 9c8492cb1 -> 809cf0a74


ATLAS-2375 : added hbase_namespace type to DEFAULT_EDITABLE_ENTITY_TYPES

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


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

Branch: refs/heads/master
Commit: 809cf0a746e7d3bed1f47ba2580fa6c718b108ff
Parents: 9c8492c
Author: Vishal Suvagia <vi...@yahoo.com>
Authored: Fri Jan 19 19:31:38 2018 +0530
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Fri Jan 26 13:49:30 2018 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/atlas/web/resources/AdminResource.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/809cf0a7/webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
----------------------------------------------------------------------
diff --git a/webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java b/webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
index 914c5ed..86485fb 100755
--- a/webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
+++ b/webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
@@ -106,7 +106,7 @@ public class AdminResource {
     private static final String isEntityUpdateAllowed = "atlas.entity.update.allowed";
     private static final String isEntityCreateAllowed = "atlas.entity.create.allowed";
     private static final String editableEntityTypes = "atlas.ui.editable.entity.types";
-    private static final String DEFAULT_EDITABLE_ENTITY_TYPES = "hdfs_path,hbase_table,hbase_column,hbase_column_family,kafka_topic";
+    private static final String DEFAULT_EDITABLE_ENTITY_TYPES = "hdfs_path,hbase_table,hbase_column,hbase_column_family,kafka_topic,hbase_namespace";
     private Response version;
 
     private final ServiceState      serviceState;