Paul Poulosky created STORM-1099:
------------------------------------

             Summary: worker childopts cannot accept arraylist of strings
                 Key: STORM-1099
                 URL: https://issues.apache.org/jira/browse/STORM-1099
             Project: Apache Storm
          Issue Type: Bug
            Reporter: Paul Poulosky
            Assignee: Paul Poulosky


This used to work on 0.9, but is broken in 0.10.

If a customer attempts to add a array of strings as a config for 
topology.worker.childopts, like the following.

{noformat}

      config.put("topology.worker.childopts", Arrays.asList("-Xmx1g", 
"-Dmy.boxus.parameter=mybogusvalue"));

{noformat}

The topology will not launch because "[-Xmx1g" will be an argument to the jvm 
when the supervisor launches it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to