You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "David Revell (JIRA)" <ji...@apache.org> on 2011/09/15 00:00:09 UTC

[jira] [Created] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

When copying tables/CFs, allow CF names to be changed
-----------------------------------------------------

                 Key: HBASE-4411
                 URL: https://issues.apache.org/jira/browse/HBASE-4411
             Project: HBase
          Issue Type: Improvement
          Components: mapreduce
            Reporter: David Revell
            Priority: Minor
             Fix For: 0.92.0, 0.90.5


The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell updated HBASE-4411:
--------------------------------

    Status: Open  (was: Patch Available)

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell updated HBASE-4411:
--------------------------------

    Status: Patch Available  (was: Open)

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell updated HBASE-4411:
--------------------------------

    Status: Patch Available  (was: Open)

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>         Attachments: HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell updated HBASE-4411:
--------------------------------

    Attachment: HBASE-4411-trunk-v2.patch

New patch v2 removes a debugging call to System.out.println() that should never have been included.

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>         Attachments: HBASE-4411-trunk-v2.patch, HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

stack updated HBASE-4411:
-------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.90.5)
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed to TRUNK.  Thanks for the patch David.

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4411-trunk-v2.patch, HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

Hudson commented on HBASE-4411:
-------------------------------

Integrated in HBase-TRUNK #2224 (See [https://builds.apache.org/job/HBase-TRUNK/2224/])
    HBASE-4411 When copying tables/CFs, allow CF names to be changed

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/mapreduce/CopyTable.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java


> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4411-trunk-v2.patch, HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

stack commented on HBASE-4411:
------------------------------

+1 on patch.

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>         Attachments: HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell commented on HBASE-4411:
-------------------------------------

The same patch also works for the 0.90 branch

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>         Attachments: HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

David Revell updated HBASE-4411:
--------------------------------

    Attachment: HBASE-4411-trunk.patch

Attached patch applies to trunk

> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: David Revell
>            Priority: Minor
>             Fix For: 0.92.0, 0.90.5
>
>         Attachments: HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4411) When copying tables/CFs, allow CF names to be changed

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

Jonathan Hsieh updated HBASE-4411:
----------------------------------

    Assignee: Dave Revell
    
> When copying tables/CFs, allow CF names to be changed
> -----------------------------------------------------
>
>                 Key: HBASE-4411
>                 URL: https://issues.apache.org/jira/browse/HBASE-4411
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: Dave Revell
>            Assignee: Dave Revell
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4411-trunk-v2.patch, HBASE-4411-trunk.patch
>
>
> The CopyTable mapreduce job uses the Import class to read CFs in one table and output them to a different table. Here is a patch that allows different CF names to be used in the source and destination.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira