Re: Unable to connect to Hbase when Kerberos Enabled

2016-05-10 Thread Ted Yu
e > > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Unable-to-connect-to-Hbase-when-Kerberos-Enabled-tp4079897p4079901.html > Sent from the HBase User mailing list archive at Nabble.com. >

Re: Unable to connect to Hbase when Kerberos Enabled

2016-05-10 Thread horaamit
After making few changes to my code I am getting exception ,please find below stack trace -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Unable-to-connect-to-Hbase-when-Kerberos-Enabled-tp4079897p4079901.html Sent from the HBase User mailing list archive

Re: Unable to connect to Hbase when Kerberos Enabled

2016-05-10 Thread horaamit
495.n3.nabble.com/Unable-to-connect-to-Hbase-when-Kerberos-Enabled-tp4079897p4079899.html Sent from the HBase User mailing list archive at Nabble.com.

Unable to connect to Hbase when Kerberos Enabled

2016-05-09 Thread horaamit
ueOf("tweetTest2"); Table table = conn.getTable(tablename); Get get=new Get(Bytes.toBytes("row1")) ; get.addFamily(Bytes.toBytes("twt")); System.out.println(Bytes.toString(table.get(get).getRow())); But getting *org.apache.hadoop.hbase.client.Retries