[
https://issues.apache.org/jira/browse/STORM-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527333#comment-14527333
]
ASF GitHub Bot commented on STORM-808:
--------------------------------------
GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/543
STORM-808: allow null to be parsed as null
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-808
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/543.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #543
----
commit f21cd844b7e86258a8560e31fb36dab029b3d4ba
Author: Robert (Bobby) Evans <[email protected]>
Date: 2015-05-04T21:20:30Z
STORM-808: allow null to be parsed as null
----
> Cannot submit a conf on the command line that is null
> -----------------------------------------------------
>
> Key: STORM-808
> URL: https://issues.apache.org/jira/browse/STORM-808
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Robert Joseph Evans
>
> storm jar ... -c "foo=null" sets the value of foo to the string "null"
> instead of the value null. Shouldn't be too hard to fix
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)