Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to refresh the cluster configuration for reflecting the latest configs to all nodes in the cluster

avatar
Contributor

Hi,

I have created HDP 2.6 on AWS with 1 master node and 4 worker nodes.I am using cluster management tool Ambari. I have configured spark-env.sh file on master node now i want to apply all those setting to all worker nodes on cluster.

How to refresh the cluster configuration for reflecting the latest configs to all nodes in the cluster.

2 REPLIES 2

avatar
Master Mentor

@priyal patel

If it is ambari managed cluster then you shoudl make the changes from Ambari UI

Ambari UI --> Spark --> Configs --> Advanced-- "Advanced spark2-env" 
Ambari UI --> Spark --> Configs --> Advanced-- "Advanced spark-env" 

Then after saving the changes ambari will show restart required icon for the host components that requires restart and during restart of spark components it will push the spark-env. (spark2-env) related changes to the respective hsots.

avatar
Contributor