Repository: ranger Updated Branches: refs/heads/master b35551124 -> 7d39a737c
RANGER-689 - For Solr plugin, use resources folders for adding Ranger properties Signed-off-by: Colm O hEigeartaigh <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/7d39a737 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/7d39a737 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/7d39a737 Branch: refs/heads/master Commit: 7d39a737c6fc873891930e08b364a0e8944a41c9 Parents: b355511 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed May 24 12:07:01 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jan 9 16:01:24 2018 +0000 ---------------------------------------------------------------------- agents-common/scripts/enable-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/7d39a737/agents-common/scripts/enable-agent.sh ---------------------------------------------------------------------- diff --git a/agents-common/scripts/enable-agent.sh b/agents-common/scripts/enable-agent.sh index 8ae7e33..7033f79 100755 --- a/agents-common/scripts/enable-agent.sh +++ b/agents-common/scripts/enable-agent.sh @@ -212,7 +212,7 @@ fi HCOMPONENT_CONF_DIR=${HCOMPONENT_INSTALL_DIR}/conf if [ "${HCOMPONENT_NAME}" = "solr" ]; then - HCOMPONENT_CONF_DIR=${HCOMPONENT_INSTALL_DIR}/solr-webapp/webapp/WEB-INF/classes + HCOMPONENT_CONF_DIR=${HCOMPONENT_INSTALL_DIR}/resources if [ ! -d $HCOMPONENT_CONF_DIR ]; then install_owner=`ls -ld | cut -f 3 -d " "` echo "INFO: Creating $HCOMPONENT_CONF_DIR"
