John Zhuge created HADOOP-14131: ----------------------------------- Summary: kms.sh create erroneous dir Key: HADOOP-14131 URL: https://issues.apache.org/jira/browse/HADOOP-14131 Project: Hadoop Common Issue Type: Bug Components: kms Affects Versions: 2.9.0 Reporter: John Zhuge Assignee: John Zhuge Priority: Minor
{{kms.sh start}} create dir {{$\{kms.log.dir\}}} on the current dir. Obvious the system property {{kms.log.dir}} is not set correctly, thus log4j fails to substitute the variable. HADOOP-14083 introduced the issue by mistakenly moving {{kms.log.dir}} from option {{-D}} to file {{catalina.properties}}. The same goes to other properties not just used by Tomcat. They should still be set by option {{-D}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org