linux - hbase on ec2 - dns record changed after restart -


i running standalone hadoop/hbase cluster on ec2.

everything running fine when restart, messages such 2014-03-18 12:41:53,401 info org.apache.hadoop.ipc.hbaserpc: problem connecting server: ip-10-73-158-244.eu-west-1.compute.internal/10.73.158.244:39781 , hbase shuts down.

this seems caused due fact the dns record no longer exists why hbase old record in first place? hbase-site.xml has

<property>       <name>hbase.rootdir</name>       <value>hdfs://127.0.0.1:9000/hbase</value> </property> 

any ideas how can resolve this?


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -