[ 
https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900140#action_12900140
 ] 

Jeff Zhang commented on PIG-1205:
---------------------------------

Dimitiy,

One suggestion of Point 1:
You can set the StartRow and EndRow to Scan if user specify gt, lt, lte and gte 
parameters, one thing should been noticed is StartRow is inclusive and EndRow 
is exclusive. So when users specify lte, you can add 1 to the EndRow key.   In 
this way, TableInputFormat will create fewer InputSplit which means fewer 
mapper task.



> Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc
> ------------------------------------------------------------------------------
>
>                 Key: PIG-1205
>                 URL: https://issues.apache.org/jira/browse/PIG-1205
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.8.0
>
>         Attachments: PIG_1205.patch, PIG_1205_2.patch, PIG_1205_3.patch, 
> PIG_1205_4.patch, PIG_1205_5.path
>
>


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

Reply via email to