You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Erik Onnen (JIRA)" <ji...@apache.org> on 2011/04/12 19:44:06 UTC

[jira] [Created] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
------------------------------------------------------------------------------------------------------

                 Key: HBASE-3769
                 URL: https://issues.apache.org/jira/browse/HBASE-3769
             Project: HBase
          Issue Type: Improvement
            Reporter: Erik Onnen
         Attachments: HBASE-3769.patch

Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Updated] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

Erik Onnen updated HBASE-3769:
------------------------------

        Fix Version/s: 0.90.3
    Affects Version/s: 0.90.3
               Status: Patch Available  (was: Open)

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>             Fix For: 0.90.3
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Updated] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

stack updated HBASE-3769:
-------------------------

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

Committed to TRUNK.  Thank you for the patch Erik (I made you a contributor and have assigned you these issues you've fixed).

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>            Assignee: Erik Onnen
>            Priority: Trivial
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Assigned] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

stack reassigned HBASE-3769:
----------------------------

    Assignee: Erik Onnen

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>            Assignee: Erik Onnen
>            Priority: Trivial
>             Fix For: 0.90.3
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Updated] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

Erik Onnen updated HBASE-3769:
------------------------------

    Priority: Trivial  (was: Major)

Changing priority

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>            Priority: Trivial
>             Fix For: 0.90.3
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Commented] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

Hudson commented on HBASE-3769:
-------------------------------

Integrated in HBase-TRUNK #1850 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1850/])
    

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>            Assignee: Erik Onnen
>            Priority: Trivial
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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

[jira] [Updated] (HBASE-3769) TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name

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

Erik Onnen updated HBASE-3769:
------------------------------

    Attachment: HBASE-3769.patch

> TableMapReduceUtil is inconsistent with other table-related classes that accept byte[] as a table name
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3769
>                 URL: https://issues.apache.org/jira/browse/HBASE-3769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Erik Onnen
>             Fix For: 0.90.3
>
>         Attachments: HBASE-3769.patch
>
>
> Minor gripe but we define our entire schema as a set of byte[] constants for tables and CFs. This works well with HTable and HTablePool but TableMapReduceUtil requires conversion to a string, most table-related classes do not.

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