[
https://issues.apache.org/jira/browse/WHIRR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated WHIRR-114:
----------------------------
Attachment: WHIRR-114.patch
Here's a fix. I tried leaving the definition of run-url-base in the properties
file, but nested properties don't work so I moved that logic into ClusterSpec.
(I tried using
http://commons.apache.org/configuration/userguide/howto_basicfeatures.html#Customizing_interpolation
to create a urlencode lookup but you can't have nested variables, and maven
also won't replace ${version} if it is embedded in another variable).
> Support + character in version number
> -------------------------------------
>
> Key: WHIRR-114
> URL: https://issues.apache.org/jira/browse/WHIRR-114
> Project: Whirr
> Issue Type: Bug
> Components: core
> Reporter: Tom White
> Assignee: Tom White
> Fix For: 0.2.0
>
> Attachments: WHIRR-114.patch
>
>
> If a version number contains a + (as it does in CDH) then the URL created for
> the script location http://whirr.s3.amazonaws.com/VERSION is wrong. It should
> escape the VERSION string.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.