GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2808
[STORM-3131] Support hostname-substitution for blobstore.hdfs.principal
https://issues.apache.org/jira/browse/STORM-3131
With this feature, we can set
```
blobstore.hdfs.principal: <headless-user>/HOSTNAME@domain
```
on nodes(nimbi, supervisors) the `HOSTNAME` will be replaced with the
actual hostname on that host.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-3131
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2808.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 #2808
----
commit ed815638d22d976e710295e977642e3e271eff8b
Author: Ethan Li <ethanopensource@...>
Date: 2018-08-17T13:26:29Z
[STORM-3131] Support hostname-substitution for blobstore.hdfs.principal
----
---