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 - Count length of each class -

What design pattern is this code in Javascript? -