You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "James Xu (JIRA)" <ji...@apache.org> on 2013/12/14 08:57:06 UTC

[jira] [Created] (STORM-82) Please support settings for changing the worker launching command

James Xu created STORM-82:
-----------------------------

             Summary: Please support settings for changing the worker launching command
                 Key: STORM-82
                 URL: https://issues.apache.org/jira/browse/STORM-82
             Project: Apache Storm (Incubating)
          Issue Type: New Feature
            Reporter: James Xu


https://github.com/nathanmarz/storm/issues/124

The `collect' tool in Oracle Solaris Studio can be used to profile Java applications, but it requires the command line to transform from

java ....

to

collect -j on java ....

Currently, the only simple, non-compilation way to use collect' with Storm is to write a wrapper aroundjava' to invoke `collect' as needed. Please support settings for changing the command to launch a worker, so that there is no need of such a wrapper.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)