Robert Joseph Evans created STORM-2139:
------------------------------------------
Summary: Let ShellBolts and ShellSpouts run with scripts from blobs
Key: STORM-2139
URL: https://issues.apache.org/jira/browse/STORM-2139
Project: Apache Storm
Issue Type: New Feature
Components: storm-core
Affects Versions: 2.0.0
Reporter: Robert Joseph Evans
Assignee: Robert Joseph Evans
It would be nice to be able to use the scripts and executable files distributed
through the blob store rather then through the resources directory in a jar.
This is nice because it allows you to use a tgz that preserves the execute bit
on files like scripts.
The biggest issue here is that ShellProcess switches the current working
directory for the process over to the code dir (where the storm jar is
extracted). And there is not simple way for a child process to find its way
back to the blobs. I will add in a new option to not change the CWD.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)