解决hbase 执行shell命令出错问题

时间:2025-04-12 07:58:31


解决hbase 执行shell命令出错问题


2016-06-18 12:37:27,336 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
2016-06-18 12:37:27,639 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
2016-06-18 12:37:27,741 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
2016-06-18 12:37:27,944 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
2016-06-18 12:37:28,249 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
2016-06-18 12:37:28,753 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.
^C2016-06-18 12:37:29,758 ERROR [main] $HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in ''. There could be a mismatch with the one configured in the master.


亲测成功.......... 


<configuration>

	<property>

		<name></name>

		<value>file:/home/ampmon/hadoop/hbase-0.98.20-hadoop2/tmp</value>

	</property>
	
	<property>
	
		<name></name>
		
		<value>2181</value>
		
	</property>
	
	<property>
	
		<name></name>
		
		<value>/hbase-unsecure</value>
		
	</property>
	
	<property>
	
		<name></name>
		
		<value>/home/ampmon/hadoop/zookeeper-3.4.6</value>
		
		<description>Property from ZooKeeper's config .
			The directory where the snapshot is stored.
		</description>
		
	</property>
	
</configuration>


相关文章