AMBARI-19044 Install & configure Ranger plugin components independently of Ranger admin components. Fix UT (mugdha)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bc77c9ca Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bc77c9ca Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bc77c9ca Branch: refs/heads/branch-dev-patch-upgrade Commit: bc77c9ca0fa8843a7e2a592efcfbcff5655dbb90 Parents: 7d2388b Author: Mugdha Varadkar <[email protected]> Authored: Wed Jan 18 12:32:45 2017 +0530 Committer: Mugdha Varadkar <[email protected]> Committed: Wed Jan 18 12:51:22 2017 +0530 ---------------------------------------------------------------------- ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bc77c9ca/ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json b/ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json index a6ed6ce..7f77d83 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json +++ b/ambari-server/src/test/python/stacks/2.0.6/configs/nn_eu.json @@ -219,7 +219,7 @@ "XAAUDIT.DB.IS_ENABLED": "true", "XAAUDIT.HDFS.LOCAL_BUFFER_ROLLOVER_INTERVAL_SECONDS": "600", "hadoop.rpc.protection": "-", - "ranger-hdfs-plugin-enabled": "No", + "ranger-hdfs-plugin-enabled": "Yes", "SSL_KEYSTORE_FILE_PATH": "/etc/hadoop/conf/ranger-plugin-keystore.jks", "XAAUDIT.HDFS.DESTINTATION_OPEN_RETRY_INTERVAL_SECONDS": "60", "policy_user": "ambari-qa",
