Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.95.1
-
None
-
None
Description
When running bin/hbase org.apache.hadoop.hbase.tool.Canary, Canary throws exception that it cannot connect to zookeeper ensemble localhost:2181. The zookeeper server address to be connected is wrong because on my cluster setup the port number is 3181.
The configuration Canary loaded is hadoop's default configuration(core-default.xml) rather than hbase's configuration(hbase-site.xml and hbase-default.xml).