Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-04-2017 09:28 AM
when I study HDFS,I encounter one question,I want to make hadoop read the confighration file again,because I have changed the file, when stay hadoop open。and I don't want to reboot the hadoop service!
thank you very much!
Created 06-06-2017 07:57 PM
- fully reload configuration files like hdfs-site.xml/core-site.xml without a restart is not supported.
However, you can change certain configuration keys without a restart using
hdfs dfsadmin [-reconfig <namenode|datanode> <host:ipc_port> <start|status|properties>]
Created 06-06-2017 03:50 PM
@Xiong Duan - Looks like you accidentally posted the same question twice:
Can you please close this one
Created 06-07-2017 12:44 AM
Yeah,maybe because the network problem.so i summit the same question twice,sorry!
Created 06-06-2017 07:57 PM
- fully reload configuration files like hdfs-site.xml/core-site.xml without a restart is not supported.
However, you can change certain configuration keys without a restart using
hdfs dfsadmin [-reconfig <namenode|datanode> <host:ipc_port> <start|status|properties>]
Created 06-07-2017 12:44 AM
thank you !I will try this.