GitHub user tedxia opened a pull request:
https://github.com/apache/storm/pull/606
STORM-914: AutoHDFS should also update hdfs.config into Configuration
PR for [STORM-914](https://issues.apache.org/jira/browse/STORM-914)
When storm user a specify hdfs cluster, he will put some config such as
namenode.host into hdfs.config when submit storm topology, and when HdfsBolt
create HdfsConfiguration, it will use hdfs.config update HDFSConfiguration,
then HDFSBolt will visit the right hdfs cluster. But in AutoHDFS's renew and
getHadoopCredentials, Configuration not for the HDFS that storm user specify,
we should update all the Configuration with hdfs.config.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tedxia/storm
ted-AutoHDFS-should-load-hdfs.config-to-Configure
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/606.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 #606
----
commit 9461f66785fec958f66bc7db6ae9b5acf52e8eb9
Author: xiajun <[email protected]>
Date: 2015-06-26T07:25:39Z
STORM-914: AutoHDFS should also update hdfs.config into Configuration
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---