[
https://issues.apache.org/jira/browse/WHIRR-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484408#comment-13484408
]
Graham Gear commented on WHIRR-675:
-----------------------------------
Attached implementation:
https://issues.apache.org/jira/secure/attachment/12550843/WHIRR-675_VERSION_1.patch
> Convert all whirr.env.* environment variable labels to upper case
> -----------------------------------------------------------------
>
> Key: WHIRR-675
> URL: https://issues.apache.org/jira/browse/WHIRR-675
> Project: Whirr
> Issue Type: Improvement
> Reporter: Graham Gear
> Priority: Minor
> Attachments: WHIRR-675_VERSION_1.patch
>
>
> This allows the java properties file and shell environment variables
> conventions to be maintained. Eg
> whirr.env.repo=cdh4
> whirr.env.repocm=cm4
> whirr.env.repo_host=10.177.196.145/tmph3l7m2vv103/cloudera-repos
> converts to
> REPO=cdh4
> REPOCM=cm4
> REPO_HOST=10.177.196.145/tmph3l7m2vv103/cloudera-repos
> This will remove common configuration errors including ones in the existing
> codebase
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira