Currently this step downloads all input files to the local server, even though it does nothing with them. This is because stage is set to 'true', which implies that it needs the input files locally (see the ShellCommandActivity docs for details).
There is currently a pull request to fix this issue, but it does it by not passing in the input node, rather than correctly setting stage to false.
Currently this step downloads all input files to the local server, even though it does nothing with them. This is because
stage
is set to'true'
, which implies that it needs the input files locally (see the ShellCommandActivity docs for details).There is currently a pull request to fix this issue, but it does it by not passing in the input node, rather than correctly setting
stage
to false.