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 <[email protected]> Authored: Mon May 11 23:18:25 2015 -0700 Committer: sneethiraj <[email protected]> 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"
