GitHub user agresch opened a pull request:
https://github.com/apache/storm/pull/2938
STORM-3317 fix upload credentials when using a differing path for javâ¦
â¦a.security.auth.login.config
If the launcher has a java.security.auth.login.config file locally
specified that differs from the system property in the topology conf, we need
to honor that setting for upload credentials to work properly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agresch/storm agresch_uploadcreds
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2938.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 #2938
----
commit 75f9f5c25dfece734c4e9bed1df2a4fbe4842c79
Author: Aaron Gresch <agresch@...>
Date: 2019-01-17T20:22:23Z
STORM-3317 fix upload credentials when using a differing path for
java.security.auth.login.config
----
---