Re: Unable to read from Kerberised HBase

2018-07-12 Thread Reid Chan
of SPN. R.C From: Lalit Jadhav Sent: 12 July 2018 19:41:03 To: user@hbase.apache.org Subject: Re: Unable to read from Kerberised HBase Yes, Reid, every machine has specific keytab and corresponding principal. On Wed, Jul 11, 2018 at 3:29 PM, Reid Chan

Re: Unable to read from Kerberised HBase

2018-07-12 Thread Lalit Jadhav
> > > > > > Connection connection = ugi.doAs(new PrivilegedAction() { > > > > > > @Override > > > public Connection run() { > > > return ConnectionFactory.createConnection(configuration); > > > } > > > }); > > >

Re: Unable to read from Kerberised HBase

2018-07-11 Thread Reid Chan
stname. R.C From: Lalit Jadhav Sent: 11 July 2018 17:45:22 To: user@hbase.apache.org Subject: Re: Unable to read from Kerberised HBase Yes. On Wed, Jul 11, 2018 at 2:58 PM, Reid Chan wrote: > Does your hbase client run on multiple

Re: Unable to read from Kerberised HBase

2018-07-11 Thread Lalit Jadhav
Yes. On Wed, Jul 11, 2018 at 2:58 PM, Reid Chan wrote: > Does your hbase client run on multiple machines? > > R.C > > > > From: Lalit Jadhav > Sent: 11 July 2018 14:31:40 > To: user@hbase.apache.org > Subject: Re: Unable

Re: Unable to read from Kerberised HBase

2018-07-11 Thread Reid Chan
Does your hbase client run on multiple machines? R.C From: Lalit Jadhav Sent: 11 July 2018 14:31:40 To: user@hbase.apache.org Subject: Re: Unable to read from Kerberised HBase Tried with given snippet, It works when a table placed on single

Re: Unable to read from Kerberised HBase

2018-07-10 Thread Lalit Jadhav
t; From: Lalit Jadhav > Sent: 10 July 2018 16:35:15 > To: user@hbase.apache.org > Subject: Re: Unable to read from Kerberised HBase > > Code Snipper: > > Configuration configuration = HBaseConfiguration.create(); > configuration.set("hbase.zookeeper.quorum&qu

Re: Unable to read from Kerberised HBase

2018-07-10 Thread Reid Chan
16:35:15 To: user@hbase.apache.org Subject: Re: Unable to read from Kerberised HBase Code Snipper: Configuration configuration = HBaseConfiguration.create(); configuration.set("hbase.zookeeper.quorum", "QUARAM"); configuration.set("hbase.master", &q

Re: Unable to read from Kerberised HBase

2018-07-10 Thread Lalit Jadhav
logs. On Tue, Jul 10, 2018 at 1:58 PM, Reid Chan wrote: > Any more logs about login failure or success or related? > > And can you show the code snippet of connection creation? > > From: Lalit Jadhav > Sent: 10 July 2018 16:06:32 > To: user@hbas

Re: Unable to read from Kerberised HBase

2018-07-10 Thread Reid Chan
Any more logs about login failure or success or related? And can you show the code snippet of connection creation? From: Lalit Jadhav Sent: 10 July 2018 16:06:32 To: user@hbase.apache.org Subject: Re: Unable to read from Kerberised HBase Table only contains 100

Re: Unable to read from Kerberised HBase

2018-07-10 Thread Lalit Jadhav
Table only contains 100 rows. Still not able to scan. On Tue, Jul 10, 2018, 12:21 PM anil gupta wrote: > As per error message, your scan ran for more than 1 minute but the timeout > is set for 1 minute. Hence the error. Try doing smaller scans or increasing > timeout.(PS: HBase is mostly good fo

Re: Unable to read from Kerberised HBase

2018-07-09 Thread anil gupta
As per error message, your scan ran for more than 1 minute but the timeout is set for 1 minute. Hence the error. Try doing smaller scans or increasing timeout.(PS: HBase is mostly good for short scan not for full table scans.) On Mon, Jul 9, 2018 at 8:37 PM, Lalit Jadhav wrote: > While connectin