hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -



i have have cloudera cdh3u4 cluster setup. have secondarynamenode daemon running on 1 of nodes.

i have ensure user has root access node on cluster (for example, datanode not have other daemons running) should not able start instance of secondarynamenode daemon on node (thereby having 2 secondarynamenodes on cluster)

how can achieve this?

thanks in advance.

add property hdfs-site.xml

namedfs.secondary.http.address valuesecondarynamenode-host address or ip:50090 

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -