Adrian, If it doesn't throw any stack trace, you could try running jstack'ing the process and see where the thread is stuck.
J-D On Tue, Jan 26, 2010 at 9:58 AM, Adrian Popescu <[email protected]> wrote: > Hello All, > > I try to create some indexes in hbase with a code tested on a non-distributed > installation. The problem is that my application which builds the indexes > hangs immediately after creating partially the index: the .regioninfo file is > created but not the actual index (__INDEX__ is not populated at all). I guess > that there is a setting that I miss somewhere on the fully distributed > installation but I don't know which. On the other hand I can load, scan > tables from the hbase, so hbase is working... > > Thank you, > Adrian > > >
