[ 
https://issues.apache.org/jira/browse/HBASE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-643:
------------------------

    Attachment: copy_table.rb

Here's a script to copy a table in hbase.  I've been using it here at pset to 
make copies of tables to get around deletes made before HBASE-826 went in.

If we were to commit these scripts, need to refactor both since they have a 
bunch in common; we should start a ruby lib subdir under hbase lib into which 
we put common script utility.

> Rename tables
> -------------
>
>                 Key: HBASE-643
>                 URL: https://issues.apache.org/jira/browse/HBASE-643
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Michael Bieniosek
>         Attachments: copy_table.rb, rename_table.rb
>
>
> It would be nice to be able to rename tables, if this is possible.  Some of 
> our internal users are doing things like: upload table mytable -> realize 
> they screwed up -> upload table mytable_2 -> decide mytable_2 looks better -> 
> have to go on using mytable_2 instead of originally desired table name.

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

Reply via email to