GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/2812
STORM-3203: add back in the permission updates
This adds back in some permission updates and a directory creation that was
missed previously.
I have manually tested it and it works.
The old code is at
https://github.com/apache/storm/blob/d2d6f40344e6cc92ab07f3a462d577ef6b61f8b1/storm-core/src/jvm/org/apache/storm/localizer/AsyncLocalizer.java#L101-L165
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-3203
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2812.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 #2812
----
commit 181d977362465ee9f84f63f7b0cfc575389aba31
Author: Robert (Bobby) Evans <evans@...>
Date: 2018-08-23T15:45:57Z
STORM-3203: add back in the permission updates
----
---