Consistent use of environment variables and system properties
-------------------------------------------------------------
Key: CHUKWA-417
URL: https://issues.apache.org/jira/browse/CHUKWA-417
Project: Hadoop Chukwa
Issue Type: Improvement
Components: build and test code
Environment: Java 6, Mac OS X 10.5
Reporter: Eric Yang
Assignee: Eric Yang
Most of the code is using Java Properties to control configuration related
settings. However, a couple exceptions were retrieving those settings from
system environment instead of java properties.
The properties that should be defined in xml configuration file or use Java
Properties are:
chukwaRecordsRepository
CHUKWA_LOG_DIR
CHUKWA_PID_DIR
CHUKWA_DATA_DIR
JDBC_DRIVER
JDBC_URL_PREFIX
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.