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/02/01 01:44:46 UTC

atlas git commit: ATLAS-2431: updated default configuration to disable taxonomy feature

Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 3cda5ab8f -> 15cd2bbe9


ATLAS-2431: updated default configuration to disable taxonomy feature


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

Branch: refs/heads/branch-0.8
Commit: 15cd2bbe90fe4961d201164934ac513ae3ea00dd
Parents: 3cda5ab
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Wed Jan 31 17:05:17 2018 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Jan 31 17:05:17 2018 -0800

----------------------------------------------------------------------
 distro/src/conf/atlas-application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/15cd2bbe/distro/src/conf/atlas-application.properties
----------------------------------------------------------------------
diff --git a/distro/src/conf/atlas-application.properties b/distro/src/conf/atlas-application.properties
index 585a579..654a930 100755
--- a/distro/src/conf/atlas-application.properties
+++ b/distro/src/conf/atlas-application.properties
@@ -210,7 +210,7 @@ atlas.rest-csrf.methods-to-ignore=GET,OPTIONS,HEAD,TRACE
 atlas.rest-csrf.custom-header=X-XSRF-HEADER
 
 #########  Enable Taxonomy  #########
-atlas.feature.taxonomy.enable=true
+atlas.feature.taxonomy.enable=false
 
 ############ KNOX Configs ################
 #atlas.sso.knox.browser.useragent=Mozilla,Chrome,Opera