You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Paul Poulosky (JIRA)" <ji...@apache.org> on 2015/10/09 00:57:26 UTC

[jira] [Created] (STORM-1099) worker childopts cannot accept arraylist of strings

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)