[ 
https://issues.apache.org/jira/browse/PIG-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Malaska updated PIG-2886:
-----------------------------

                 Tags: HBaseStorage timeRange timeStamp
        Fix Version/s: 0.9.3
               Labels: newbie  (was: )
    Affects Version/s: 0.9.0
                       0.9.1
                       0.9.2
         Release Note: Added the ability to set HBase Scan's maxTimestamp, 
minTimestamp and timestamp in HBaseStorage.  I also added unit tests.
               Status: Patch Available  (was: Open)
    
> Add Scan TimeRange to HBaseStorage 
> -----------------------------------
>
>                 Key: PIG-2886
>                 URL: https://issues.apache.org/jira/browse/PIG-2886
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.2, 0.9.1, 0.9.0
>            Reporter: Ted Malaska
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.9.3
>
>         Attachments: PIG-2886-0.patch, PIG-2886-1.patch, PIG-2886-2.patch
>
>
> I have a client that wants to use pig.  They are using MR now.  They can't 
> use PIG right now because they only want to fetch the last day's worth of 
> data in HBase.  A filter with time range would require reading all the HStore 
> files.  If we hold major compaction until after the fetch and use Scan Time 
> Range we only need to read very little in compression. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to