You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Erik Holstad (JIRA)" <ji...@apache.org> on 2009/03/05 21:15:56 UTC

[jira] Created: (HBASE-1240) Would be nice if RowResult could be comparable.

Would be nice if RowResult could be comparable.
-----------------------------------------------

                 Key: HBASE-1240
                 URL: https://issues.apache.org/jira/browse/HBASE-1240
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: io
            Reporter: Erik Holstad
            Assignee: Erik Holstad
            Priority: Trivial


I'm modifying the current Schema and tap to integrate HBase and Cascading to make
MapReducing as easy as possible from HBase and need, at the moment, RowResult
to be comparable for this to work properly.

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


[jira] Resolved: (HBASE-1240) Would be nice if RowResult could be comparable.

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

stack resolved HBASE-1240.
--------------------------

    Resolution: Fixed

Fixed the implements Comparable that was missing of RowResult.

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>             Fix For: 0.19.1, 0.20.0
>
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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


[jira] Updated: (HBASE-1240) Would be nice if RowResult could be comparable.

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

stack updated HBASE-1240:
-------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed branch and trunk.  Thanks for the patch Erik.  FYI, path in patch should start src/..., not /src/... (ping me on IRC if you want to know more).

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>             Fix For: 0.19.1, 0.20.0
>
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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


[jira] Reopened: (HBASE-1240) Would be nice if RowResult could be comparable.

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

stack reopened HBASE-1240:
--------------------------


Reopening.  This patch was incompletely applied.

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>             Fix For: 0.19.1, 0.20.0
>
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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


[jira] Updated: (HBASE-1240) Would be nice if RowResult could be comparable.

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

Erik Holstad updated HBASE-1240:
--------------------------------

    Attachment: HBASE-1240-v1.patch

Added the compareTo method for RowResult to be able to implement
Comparable.

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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


[jira] Updated: (HBASE-1240) Would be nice if RowResult could be comparable.

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

Erik Holstad updated HBASE-1240:
--------------------------------

    Status: Patch Available  (was: Open)

When using HBase as a source for Cascading we would benefit from having
RowResult as a comparable so that it can be a part of the input tuple and not
need to flatten it before looking at the data.

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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


[jira] Updated: (HBASE-1240) Would be nice if RowResult could be comparable.

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

Jonathan Gray updated HBASE-1240:
---------------------------------

    Fix Version/s: 0.20.0
                   0.19.1

Would like to get this in to 0.19.1 release so we have a released version of HBase that supports Cascading integration, if there are no objections to making RR comparable for now.

> Would be nice if RowResult could be comparable.
> -----------------------------------------------
>
>                 Key: HBASE-1240
>                 URL: https://issues.apache.org/jira/browse/HBASE-1240
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Trivial
>             Fix For: 0.19.1, 0.20.0
>
>         Attachments: HBASE-1240-v1.patch
>
>
> I'm modifying the current Schema and tap to integrate HBase and Cascading to make
> MapReducing as easy as possible from HBase and need, at the moment, RowResult
> to be comparable for this to work properly.

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