Re: How do I run ZKFC on a different node that is not the name node?

2015-12-10 Thread Chris Nauroth
Hello, I can see 2 potential problems. 1. I see property "dfs.ha.namenodescluster" below. If that is really what you have in your hdfs-site.xml, and not just a copy-paste error, then it looks like there is a missing period. "dfs.ha.namenodes.cluster" would be the correct property name. 2. Stan

How do I run ZKFC on a different node that is not the name node?

2015-12-09 Thread F21
I am receiving this error when trying to format zookeeper using the zkfc: Exception in thread "main" org.apache.hadoop.HadoopIllegalArgumentException: Could not get the namenode ID of this node. You may run zkfc on the node other than namenode. at org.apache.hadoop.hdfs.tools.DFSZKFailover