Re: [ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread OpenInx
Congratulations, Peter. On Fri, Feb 23, 2018 at 7:46 AM, Jerry He wrote: > Congrats, Peter! > > On Thu, Feb 22, 2018 at 2:53 PM, Andrew Purtell > wrote: > > > Congratulations and welcome, Peter! > > > > > > On Thu, Feb 22, 2018 at 11:08 AM, Sean Busbey

Re: [ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread Jerry He
Congrats, Peter! On Thu, Feb 22, 2018 at 2:53 PM, Andrew Purtell wrote: > Congratulations and welcome, Peter! > > > On Thu, Feb 22, 2018 at 11:08 AM, Sean Busbey wrote: > > > On behalf of the Apache HBase PMC, I am pleased to announce that Peter > >

Re: [ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread Andrew Purtell
Congratulations and welcome, Peter! On Thu, Feb 22, 2018 at 11:08 AM, Sean Busbey wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Peter > Somogyi has accepted the PMC's invitation to become a committer on the > project. > > We appreciate all of

Re: HBaseTestingUtility with visibility labels enabled

2018-02-22 Thread Ted Yu
labels table is created by VisibilityController#postStartMaster(). You can add the following call in the @BeforeClass method: TEST_UTIL.waitTableEnabled(LABELS_TABLE_NAME.getName(), 5); See TestVisibilityLabelsWithACL for complete example. On Thu, Feb 22, 2018 at 12:07 PM, Mike

HBaseTestingUtility with visibility labels enabled

2018-02-22 Thread Mike Thomsen
I'm trying to spin up a mini cluster for integration testing. Can someone give me an idea of what I'm doing wrong? public static void main(String[] args) throws Throwable { Configuration conf = org.apache.hadoop.hbase.HBaseConfiguration.create();

Re: [ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread Alexander Leblang
Congrats Peter! On Thu, Feb 22, 2018 at 2:08 PM, Sean Busbey wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Peter > Somogyi has accepted the PMC's invitation to become a committer on the > project. > > We appreciate all of Peter's great work thus

[ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread Sean Busbey
On behalf of the Apache HBase PMC, I am pleased to announce that Peter Somogyi has accepted the PMC's invitation to become a committer on the project. We appreciate all of Peter's great work thus far and look forward to continued involvement. Please join me in congratulating Peter!

Re: How to recover a table

2018-02-22 Thread Ted Yu
It seems there were 3 files on s3 (they're all on the same line). If possible, can you pastebin parts of master log which were related to the table ? That may give us more clue. On Thu, Feb 22, 2018 at 10:01 AM, Vikas Kanth < kanth_vi...@yahoo.co.in.invalid> wrote: > Hi Ted, > Thanks for

Re: Region not initializing in 2.0.0-beta-1

2018-02-22 Thread Josh Elser
This sounds like something I've seen in the past but was unable to get past. I think I was seeing it when the hbase-shaded-client was on the classpath. Could you see if the presence of that artifact makes a difference one way or another? On 2/22/18 12:52 PM, sahil aggarwal wrote: Yes, it is

Re: How to recover a table

2018-02-22 Thread Vikas Kanth
Hi Ted, Thanks for replying.I can see the descriptors under the table: s3://mybucket/hbasedir/data/db1/mytable/.tabledesc/.tableinfo.01s3://mybucket/hbasedir/data/db1/mytable/.tabledescs3://mybucket/hbasedir/data/db1/mytable/.tmp This is what I see in the HBM logs: 2018-02-21

Re: Region not initializing in 2.0.0-beta-1

2018-02-22 Thread sahil aggarwal
Yes, it is a clean setup. Here are logs on region startup 2018-02-22 22:17:22,259 DEBUG [main] zookeeper.ClientCnxn: zookeeper.disableAutoWatchReset is false 2018-02-22 22:17:22,401 INFO [main-SendThread(perf-zk-1:2181)] zookeeper.ClientCnxn: Opening socket connection to server perf-zk-1/

Re: Region not initializing in 2.0.0-beta-1

2018-02-22 Thread Ted Yu
Can you show more of the region server log ? Was the cluster started clean (without any data) ? There have been a lot of changes since 2.0.0-beta-1 was released (both in terms of correctness and performance). If possible, please deploy 2.0 SNAPSHOT for further testing. Cheers On Thu, Feb 22,

Region not initializing in 2.0.0-beta-1

2018-02-22 Thread sahil aggarwal
Hi, I am trying to get 2.0.0-beta-1 cluster up to do some perf test but not able to get region servers up. Its stuck in initializing state. Looks like it is stuck in getting the hbaseId from zk: jstack says: "regionserver/perf-rs-1/10.32.73.176:16020" #24 prio=5 os_prio=0 tid=0x7f19e45cc000

Re: Hbase integration testing

2018-02-22 Thread Gauthier Feuillen
While in the project of interest : [info] common-library/*:clean = Task[Unit] [info] +-common-library/*:clean::streams = Task[sbt.std.TaskStreams[sbt.internal.util.Init$ScopedKey[_ <: Any]]] [info] | +-*/*:streamsManager = Task[sbt.std.Streams[sbt.internal.util.Init$ScopedKey[_ <: Any]]]