Looks like you were serving requests using web server. Is hbase-site.xml in the classpath ?
Thanks On Thu, Mar 6, 2014 at 3:05 AM, yeshwanth kumar <[email protected]>wrote: > Hi i am using HBase 0.94.6-cdh4.5.0 > > i conected to hbase by setting config explicitly in my code through > config.set zookeeper quorum property. > > i am able to read the hbase table data properly,it is connecting to the > host specified in config > log: > > " Creating new Groups object > Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; > cacheTimeout=300000 > hadoop login > hadoop login commit > using local user:UnixPrincipal: root > UGI loginUser:root > hconnection opening connection to ZooKeeper with ensemble ( > 192.168.2.51:2181 > )" > > but when i try to write data to hbase it is trying to connect to the > localhost as > log: > "hconnection opening connection to ZooKeeper with ensemble > (localhost:2181)" > > > complete log for writing to hbase is here <http://pastebin.com/kAp1h4ru> > > am i missing anything, do i need to specify anyother properties > > can some one help me with this issue. > > > thanks, > yeshwanth >
