You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ryan Smith (JIRA)" <ji...@apache.org> on 2009/11/16 17:37:39 UTC

[jira] Created: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

The Put object has no simple read methods for checking what has already been added.
-----------------------------------------------------------------------------------

                 Key: HBASE-1987
                 URL: https://issues.apache.org/jira/browse/HBASE-1987
             Project: Hadoop HBase
          Issue Type: New Feature
          Components: client
    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
         Environment: N/A
            Reporter: Ryan Smith
            Priority: Minor
             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3


Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Resolved: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

stack resolved HBASE-1987.
--------------------------

      Resolution: Fixed
        Assignee: Ryan Smith
    Release Note: Adds Put#has methods.

Committed branch and trunk.  Thanks for the patch Ryan.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.22.0
>         Environment: N/A
>            Reporter: Ryan Smith
>            Assignee: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.3, 0.21.0, 0.22.0
>
>         Attachments: 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Jean-Daniel Cryans updated HBASE-1987:
--------------------------------------

    Fix Version/s:     (was: 0.20.2)

Won't be in 0.20.2 as I am releasing it right now.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987.patch

fixed a tab, converted to spaces instead.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment:     (was: 1987-0.20.2.patch)

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Commented: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

stack commented on HBASE-1987:
------------------------------

Sounds good.  Any chance of a patch Ryan?

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987.patch

formatting

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment:     (was: 1987.patch)

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987.patch

Just realized that there were more tabs so i realized i jsut have to find/replace tab with 2 spaces.  No more tabs in the patch file.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment:     (was: 1987.patch)

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment:     (was: 1987.patch)

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987.patch

Just realized that the old patch had tabs.  I finally learned to do a find/replace on tabs and convert to 2 spaces.  No more tabs.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Commented: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith commented on HBASE-1987:
-----------------------------------

coming right up!  just adding comments.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987-0.20.2.patch

removing 2 comment attributes that dont belong.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987-0.20.2.patch, 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987-0.20.2.patch

Adding new patch to patch version 0.20.2

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment: 1987.patch

Adding some convenience methods to search through the Put object easier.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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


[jira] Updated: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

Ryan Smith updated HBASE-1987:
------------------------------

    Attachment:     (was: 1987.patch)

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.20.3
>         Environment: N/A
>            Reporter: Ryan Smith
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0, 0.20.3
>
>         Attachments: 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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