You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matthias Lehmann (JIRA)" <ji...@apache.org> on 2009/07/27 12:23:15 UTC

[jira] Created: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

Thrift getRowWithColumns doesn't accept column-family only
----------------------------------------------------------

                 Key: HBASE-1709
                 URL: https://issues.apache.org/jira/browse/HBASE-1709
             Project: Hadoop HBase
          Issue Type: Bug
          Components: thrift
            Reporter: Matthias Lehmann
            Priority: Minor
             Fix For: 0.20.0


In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
In 0.20-r798074, this does not work anymore.

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


[jira] Commented: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

stack commented on HBASE-1709:
------------------------------

Reviewed and applied Ryan's extras.

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709-alt.patch, HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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


[jira] Commented: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

Tim Sell commented on HBASE-1709:
---------------------------------

+1 :)

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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


[jira] Updated: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

stack updated HBASE-1709:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Thanks for the patch Mathias.

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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


[jira] Updated: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

ryan rawson updated HBASE-1709:
-------------------------------

    Attachment: HBASE-1709-alt.patch

we should also apply this one, also possibly alter the existing code to call this function again.

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709-alt.patch, HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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


[jira] Updated: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

Matthias Lehmann updated HBASE-1709:
------------------------------------

    Attachment: HBASE-1709.patch

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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


[jira] Updated: (HBASE-1709) Thrift getRowWithColumns doesn't accept column-family only

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

Matthias Lehmann updated HBASE-1709:
------------------------------------

    Status: Patch Available  (was: Open)

> Thrift getRowWithColumns doesn't accept column-family only
> ----------------------------------------------------------
>
>                 Key: HBASE-1709
>                 URL: https://issues.apache.org/jira/browse/HBASE-1709
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1709.patch
>
>
> In HBase 0.19, it was possible to give just a column-family name to getRowWithColumns and it would include all columns of that family in the result.
> In 0.20-r798074, this does not work anymore.

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