[
https://issues.apache.org/jira/browse/STORM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602513#comment-14602513
]
ASF GitHub Bot commented on STORM-914:
--------------------------------------
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
----
> AutoHDFS should also update hdfs.config into Configuration
> ----------------------------------------------------------
>
> Key: STORM-914
> URL: https://issues.apache.org/jira/browse/STORM-914
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-hdfs
> Affects Versions: 0.10.0
> Reporter: xiajun
> Assignee: xiajun
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)