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