I am a newbie of Hadoop, I added more properties to core-site.xml in currently running Hadoop system, so should I restarted Hadoop to make those new properties available
The core-site.xml file tells Hadoop daemon where NameNode is running in the cluster. It contains the configuration that overrides default settings for Hadoop Core such as I/O settings that are common to HDFS.
You can reload configuration without cluster restart. Check dfsadmin
hdfs dfsadmin -refreshNamenodes datanodehost:port   
For the given datanode, reloads the configuration files, stops serving the removed block-pools and starts serving new block-pools.
See HDFS Command Guide
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With