David Alves wrote:
Hi
..
In another note in my application I have a region that became offline.
Is there a way of making if online again (I restarted the application
several times and it didn't help)?
There is a tool in MetaUtil to online regions. See the end of this
page,
http://hadoop.apache.org/hbase/docs/r0.1.1/api/org/apache/hadoop/hbase/util/MetaUtils.html#changeOnlineStatus(org.apache.hadoop.hbase.HBaseConfiguration,%20org.apache.hadoop.io.Text,%20boolean).
Currently, it has to be invoked from a little custom Java program.
We'll fix that soon.
St.Ack