You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/06/23 00:16:25 UTC

[jira] Created: (HADOOP-1522) Delete tables doesn't

Delete tables doesn't
---------------------

                 Key: HADOOP-1522
                 URL: https://issues.apache.org/jira/browse/HADOOP-1522
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
            Assignee: stack
            Priority: Minor


>From the command-line, list all tables:

{code}
./src/contrib/hbase/bin/hbase client listTables
{code}

Delete a table:

{code}
./src/contrib/hbase/bin/hbase client deleteTable testStringCursor
{code}

List tables again. Notice how the 'deleted' table still shows.  Even after restart, its still present.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1522) Delete tables doesn't

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HADOOP-1522.
---------------------------

    Resolution: Invalid

Delete works today.  Closing as invalid

> Delete tables doesn't
> ---------------------
>
>                 Key: HADOOP-1522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1522
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>
> From the command-line, list all tables:
> {code}
> ./src/contrib/hbase/bin/hbase client listTables
> {code}
> Delete a table:
> {code}
> ./src/contrib/hbase/bin/hbase client deleteTable testStringCursor
> {code}
> List tables again. Notice how the 'deleted' table still shows.  Even after restart, its still present.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.