Repository: incubator-hawq Updated Branches: refs/heads/master 92391054c -> a80e9e8ca
HAWQ-1362. remove SYS_CATALINA_HOME to stay consistent with build check CATALINA_HOME Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/a80e9e8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/a80e9e8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/a80e9e8c Branch: refs/heads/master Commit: a80e9e8ca5556b389fbe5dfa5b1644efef6e544b Parents: 9239105 Author: stanlyxiang <[email protected]> Authored: Wed Mar 8 16:43:23 2017 +0800 Committer: stanlyxiang <[email protected]> Committed: Fri Mar 10 09:50:11 2017 +0800 ---------------------------------------------------------------------- ranger-plugin/conf/rps.properties | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a80e9e8c/ranger-plugin/conf/rps.properties ---------------------------------------------------------------------- diff --git a/ranger-plugin/conf/rps.properties b/ranger-plugin/conf/rps.properties index e733e68..81a6986 100644 --- a/ranger-plugin/conf/rps.properties +++ b/ranger-plugin/conf/rps.properties @@ -34,8 +34,5 @@ RPS_VERSION=${project.version} # max heap size for RPS (Tomcat) process RPS_HEAP_SIZE=128m -# catalina home path of Tomcat/6.0.x for Ranger Plugin Service -SYS_CATALINA_HOME= - -# use SYS_CATALINA_HOME in default and use /usr/lib/bigtop-tomcat/ if SYS_CATALINA_HOME not set. -CATALINA_HOME=${SYS_CATALINA_HOME:-/usr/lib/bigtop-tomcat} +# use CATALINA_HOME in default and use /usr/lib/bigtop-tomcat if CATALINA_HOME not set +CATALINA_HOME=${CATALINA_HOME:-/usr/lib/bigtop-tomcat}
