You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/05/12 08:25:50 UTC

[1/2] incubator-ranger git commit: RANGER-469: updated the parent location of conf.server

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 5ef5ed1ad -> 2dcbb3436


RANGER-469: updated the parent location of conf.server


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/5c3bc5c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/5c3bc5c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/5c3bc5c8

Branch: refs/heads/master
Commit: 5c3bc5c8d082a3e39f6aab94f0c8dab2acbd2628
Parents: fd7d080
Author: sneethiraj <sn...@apache.org>
Authored: Mon May 11 23:18:25 2015 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Mon May 11 23:18:25 2015 -0700

----------------------------------------------------------------------
 agents-common/scripts/enable-agent.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5c3bc5c8/agents-common/scripts/enable-agent.sh
----------------------------------------------------------------------
diff --git a/agents-common/scripts/enable-agent.sh b/agents-common/scripts/enable-agent.sh
index 62cde71..4e873b8 100755
--- a/agents-common/scripts/enable-agent.sh
+++ b/agents-common/scripts/enable-agent.sh
@@ -175,7 +175,7 @@ fi
 ambari_hive_install="N"
 if  [ "${HCOMPONENT_NAME}" = "hive" ]
 then
-	HCOMPONENT_CONF_SERVER_DIR="${HCOMPONENT_CONF_DIR}"/../conf.server
+	HCOMPONENT_CONF_SERVER_DIR="${HCOMPONENT_CONF_DIR}"/conf.server
 	if [ -d "${HCOMPONENT_CONF_SERVER_DIR}" ]
 	then 
 		ambari_hive_install="Y"


[2/2] incubator-ranger git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger

Posted by sn...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/2dcbb343
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/2dcbb343
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/2dcbb343

Branch: refs/heads/master
Commit: 2dcbb3436bdc2ff777a4f14efc1019710f2fdd1c
Parents: 5c3bc5c 5ef5ed1
Author: sneethiraj <sn...@apache.org>
Authored: Mon May 11 23:25:40 2015 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Mon May 11 23:25:40 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/ranger/audit/test/TestEvents.java    |  2 +-
 .../hadoop/constants/RangerHadoopConstants.java          |  3 ++-
 hdfs-agent/conf/ranger-hdfs-security.xml                 |  2 +-
 .../org/apache/ranger/service/XAccessAuditService.java   | 11 ++++++++++-
 4 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------