You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Darren Warner (JIRA)" <ji...@apache.org> on 2016/07/18 17:09:21 UTC

[jira] [Created] (STORM-1980) Command line arguments are not provided to shell/thrift topologies

Darren Warner created STORM-1980:
------------------------------------

             Summary: Command line arguments are not provided to shell/thrift topologies
                 Key: STORM-1980
                 URL: https://issues.apache.org/jira/browse/STORM-1980
             Project: Apache Storm
          Issue Type: Bug
            Reporter: Darren Warner


I have a non-JVM topology that I submit with the following command:
{code}
storm shell . /usr/bin/nodejs api/services/storm/agent.js 578c4b9315fe9c52562208cf
{code}

My argv when the topology is submitted might be as follows:
{code}
/usr/bin/nodejs
/tmp/jar/resources/api/services/storm/agent.js
578c4b9315fe9c52562208cf
local.streams.com
6627
/var/lib/storm/nimbus/inbox/stormjar-ee48aea5-a058-4232-93e2-69aa91dc816c.jar
{code}

However, when the topology is actually run, my command line arguments are missing:
{code}
/usr/bin/nodejs
/var/lib/storm/supervisor/stormdist/deployment-578c4b9315fe9c52562208cf-5-1468860387/resources/api/services/storm/agent.js
{code}




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