You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Prakash Khemani (JIRA)" <ji...@apache.org> on 2011/01/25 08:41:43 UTC

[jira] Created: (HBASE-3476) HFile -m option need not scan key values

HFile -m option need not scan key values
----------------------------------------

                 Key: HBASE-3476
                 URL: https://issues.apache.org/jira/browse/HBASE-3476
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.0
            Reporter: Prakash Khemani
            Assignee: Prakash Khemani
            Priority: Minor


bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Updated: (HBASE-3476) HFile -m option need not scan key values

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

Prakash Khemani updated HBASE-3476:
-----------------------------------

    Status: Patch Available  (was: Open)

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Resolved: (HBASE-3476) HFile -m option need not scan key values

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

Lars George resolved HBASE-3476.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
                   0.90.1

I just committed this. Thanks Prakash.

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>             Fix For: 0.90.1, 0.92.0
>
>         Attachments: 0001-HBASE-3476-HFile-m-can-skip-iterating-over-KVs-in-th.patch
>
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Commented: (HBASE-3476) HFile -m option need not scan key values

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

Prakash Khemani commented on HBASE-3476:
----------------------------------------

I had put up this diff https://review.cloudera.org/r/1489/ . I am not sure why it didn’t get propagated to the JIRA.

Please feel free to put your own patch and close this issue.

Thanks.





> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Updated: (HBASE-3476) HFile -m option need not scan key values

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

Lars George updated HBASE-3476:
-------------------------------

    Attachment: 0001-HBASE-3476-HFile-m-can-skip-iterating-over-KVs-in-th.patch

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>         Attachments: 0001-HBASE-3476-HFile-m-can-skip-iterating-over-KVs-in-th.patch
>
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Updated: (HBASE-3476) HFile -m option need not scan key values

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

Prakash Khemani updated HBASE-3476:
-----------------------------------

    Status: Open  (was: Patch Available)

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Commented: (HBASE-3476) HFile -m option need not scan key values

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

Lars George commented on HBASE-3476:
------------------------------------

Somehow the RB integration is borked. Patch looks good, committing since this is trivial.

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Commented: (HBASE-3476) HFile -m option need not scan key values

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

Lars George commented on HBASE-3476:
------------------------------------

I agree, this is an oversight. We should add an extra check and skip the scan if not needed. Do you want to submit a patch or do you want me to fix it?

> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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


[jira] Commented: (HBASE-3476) HFile -m option need not scan key values

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

Hudson commented on HBASE-3476:
-------------------------------

Integrated in HBase-TRUNK #1721 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1721/])
    HBASE-3476 HFile -m option need not scan key values (Prakash Khemani via Lars George)


> HFile -m option need not scan key values
> ----------------------------------------
>
>                 Key: HBASE-3476
>                 URL: https://issues.apache.org/jira/browse/HBASE-3476
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>            Priority: Minor
>             Fix For: 0.90.1, 0.92.0
>
>         Attachments: 0001-HBASE-3476-HFile-m-can-skip-iterating-over-KVs-in-th.patch
>
>
> bin/hbase org.apache.hadoop.io.hfile.HFile -m -f <filename> doesn't have to scan the KVs in the file

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