[ 
https://issues.apache.org/jira/browse/HBASE-11543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067333#comment-14067333
 ] 

Mingtao Zhang commented on HBASE-11543:
---------------------------------------

[~jmhsieh] Thank you for letting me know 0.95.* is dev release.

I am pretty sure 0.98.3-hadoop1 had the fix.

> hbase-client 0.95.2-hadoop2 admin.listTableNames() returns tables from not 
> only userspace
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-11543
>                 URL: https://issues.apache.org/jira/browse/HBASE-11543
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.95.2
>         Environment: Client running on windows 7. Standalone HBase running on 
> Linux. Shouldn't matter as same setup working under 0.98.3-hadoop1
>            Reporter: Mingtao Zhang
>            Priority: Minor
>
>             {code:borderStyle=solid}
>             TableName[] tableNames = admin.listTableNames();
>             for (TableName tableName : tableNames) {
>                 admin.disableTable(tableName);
>                 admin.deleteTable(tableName);
>             }{code}
> After the above, some systemspace table is messed up as the shell client 
> won't function well anymore.
> Same codes working fine in 0.98.3-hadoop1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to