[ 
https://issues.apache.org/jira/browse/WHIRR-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485932#comment-13485932
 ] 

Steve Loughran commented on WHIRR-675:
--------------------------------------

general practise in ASF code is just to spec US locale for case confert

{code}
String.toUpperCase(Locale.EN_US)
{code}
                
> 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

Reply via email to