You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/09/28 20:43:16 UTC

[jira] Created: (HBASE-1872) Dirty, fast, kill table script

Dirty, fast, kill table script
------------------------------

                 Key: HBASE-1872
                 URL: https://issues.apache.org/jira/browse/HBASE-1872
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack


Some fellas embedding hbase want to be able to kill tables quickly between tests; they don't want to have to wait on enable/disable stuff.

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


[jira] Commented: (HBASE-1872) Dirty, fast, kill table script

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760341#action_12760341 ] 

stack commented on HBASE-1872:
------------------------------

One problem with the script is that there may still be table edits up in memstore.  Need the disable so memstore is flushed first.

> Dirty, fast, kill table script
> ------------------------------
>
>                 Key: HBASE-1872
>                 URL: https://issues.apache.org/jira/browse/HBASE-1872
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: kill_table.rb
>
>
> Some fellas embedding hbase want to be able to kill tables quickly between tests; they don't want to have to wait on enable/disable stuff.

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


[jira] Updated: (HBASE-1872) Dirty, fast, kill table script

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

stack updated HBASE-1872:
-------------------------

    Attachment: kill_table.rb

Small script to kill a table in hbase.

> Dirty, fast, kill table script
> ------------------------------
>
>                 Key: HBASE-1872
>                 URL: https://issues.apache.org/jira/browse/HBASE-1872
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: kill_table.rb
>
>
> Some fellas embedding hbase want to be able to kill tables quickly between tests; they don't want to have to wait on enable/disable stuff.

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