Re: Using HBaseAdmin.getAlterStatus

2012-12-09 Thread Harsh J
any pending operation to >> report). If the querying is done in a parallel process/monitor thread, >> then you may see in-flight results. >> >> On Mon, Dec 10, 2012 at 2:04 AM, Mesika, Asaf wrote: >>> Hi, >>> >>> I've tried using

Re: Using HBaseAdmin.getAlterStatus

2012-12-09 Thread Mesika, Asaf
already disable-update-enable table and complete the alter transaction > before querying it (such that there isn't any pending operation to > report). If the querying is done in a parallel process/monitor thread, > then you may see in-flight results. > > On Mon, Dec 10, 2012 at 2

Re: Using HBaseAdmin.getAlterStatus

2012-12-09 Thread Harsh J
disable-update-enable table and complete the alter transaction before querying it (such that there isn't any pending operation to report). If the querying is done in a parallel process/monitor thread, then you may see in-flight results. On Mon, Dec 10, 2012 at 2:04 AM, Mesika, Asaf wrote: > H

Using HBaseAdmin.getAlterStatus

2012-12-09 Thread Mesika, Asaf
Hi, I've tried using HBaseAdmin.getAlterStatus to check on a HBaseAdmin.modifyTable command I've issued, but it doesn't work. Sample Code: Modifying Table tableDescriptor = admin.getTableDescriptor(tableNameBytes); if (tableDescriptor