Re: Coprocessor tests under busy insertions

2012-08-13 Thread Wei Tan
@hbase.apache.org, Date: 08/13/2012 01:15 AM Subject:Re: Coprocessor tests under busy insertions hi, Anoop. this is my implementation using Coprocessors RegionObserver. … @Override public void prePut(ObserverContext e, Put put, WALEdit edit, boolean writeToWAL) throws

Re: Coprocessor tests under busy insertions

2012-08-12 Thread Henry JunYoung KIM
that your index table also > have these same hooks. > > -Anoop- > > From: Henry JunYoung KIM [henry.jy...@gmail.com] > Sent: Monday, August 13, 2012 7:18 AM > To: user@hbase.apache.org > Subject: Coprocessor tests under busy insertions &

RE: Coprocessor tests under busy insertions

2012-08-12 Thread Anoop Sam John
JunYoung KIM [henry.jy...@gmail.com] Sent: Monday, August 13, 2012 7:18 AM To: user@hbase.apache.org Subject: Coprocessor tests under busy insertions Hi, hbase users. now, I am testing coprocessors to create secondary indexes in background. coprocessors itself is packaged in base 0.92.1 I am

Coprocessor tests under busy insertions

2012-08-12 Thread Henry JunYoung KIM
Hi, hbase users. now, I am testing coprocessors to create secondary indexes in background. coprocessors itself is packaged in base 0.92.1 I am using. the scenario I want to describe is this one. the main table is 'blog' which is having a field named 'userId'. from this field I want to create