GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2671
STORM-3069 Allow users to specify maven local repository directory for
storm submit tool
* add submit option: '--mavenLocalRepositoryDirectory'
* passed arg will be used to maven local repository directory in
resolving transitive dependencies
Please refer https://issues.apache.org/jira/browse/STORM-3069 for more
details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-3069
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2671.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2671
----
commit b5ab9e897908036caa6e73d80b6369fb5d192f7a
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-05-11T01:50:36Z
STORM-3069 Allow users to specify maven local repository directory for
storm submit tool
* add submit option: '--mavenLocalRepositoryDirectory'
* passed arg will be used to maven local repository directory in
resolving transitive dependencies
----
---