@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
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
&
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
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