MRUNit unit test example

2016-02-12 Thread Artem Ervits
has anyone been able to successfully test MRUnit example in HBase 1.1? firstly, I updated the pom for hadoop2 org.apache.mrunit mrunit 1.1.0 hadoop2 test I setup the test exactly as the code on the reference page. I'm getting

Re: HDFS short-circuit tokens expiring

2016-02-12 Thread Nick Dimiduk
This explanation makes sense and is consistent with what I'm seeing. From what I can tell, the requests to succeed eventually. I filed HDFS-9803 as you suggested. Thanks, Nick On Wed, Jan 20, 2016 at 11:01 AM, Chris Nauroth wrote: > Hi Nick, > > This is something that the client does recover f

Re: Permissions required for creating tables in HBase.

2016-02-12 Thread Ted Yu
Please take a look at table 13 under: http://hbase.apache.org/book.html#_permissions On Fri, Feb 12, 2016 at 12:07 AM, Harinder Singh wrote: > Hi, > > What is the level of permission required for creating a table in HBase if I > am making a client request using RPC. Should the user have ADMIN pr

Permissions required for creating tables in HBase.

2016-02-12 Thread Harinder Singh
Hi, What is the level of permission required for creating a table in HBase if I am making a client request using RPC. Should the user have ADMIN privileges for that? -- Thanks Harinder