[
https://issues.apache.org/jira/browse/HDFS-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Zhou updated HDFS-1477:
--------------------------------
Release Note:
Steps to reconfigure:
1. change value of the parameter in corresponding xml configuration file
2. to reconfigure, run
hdfs dfsadmin -reconfig namenode <nn_addr>:<ipc_port> start
3. to check status of the most recent reconfigure operation, run
hdfs dfsadmin -reconfig namenode <nn_addr>:<ipc_port> status
4. to query a list reconfigurable properties on NN, run
hdfs dfsadmin -reconfig namenode <nn_addr>:<ipc_port> properties
> Support reconfiguring dfs.heartbeat.interval and
> dfs.namenode.heartbeat.recheck-interval without NN restart
> -----------------------------------------------------------------------------------------------------------
>
> Key: HDFS-1477
> URL: https://issues.apache.org/jira/browse/HDFS-1477
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: namenode
> Affects Versions: 2.7.0
> Reporter: Patrick Kling
> Assignee: Xiaobing Zhou
> Fix For: 2.9.0
>
> Attachments: HDFS-1477-HDFS-9000.006.patch,
> HDFS-1477-HDFS-9000.007.patch, HDFS-1477-HDFS-9000.008.patch,
> HDFS-1477-HDFS-9000.009.patch, HDFS-1477.005.patch, HDFS-1477.2.patch,
> HDFS-1477.3.patch, HDFS-1477.4.patch, HDFS-1477.patch
>
>
> Modify NameNode to implement the interface Reconfigurable proposed in
> HADOOP-7001. This would allow us to change certain configuration properties
> without restarting the name node.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)