You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Bill Graham (JIRA)" <ji...@apache.org> on 2012/11/20 23:00:59 UTC

[jira] [Created] (PIG-3062) Change HBaseStorage to permit overriding pushProjection

Bill Graham created PIG-3062:
--------------------------------

             Summary: Change HBaseStorage to permit overriding pushProjection
                 Key: PIG-3062
                 URL: https://issues.apache.org/jira/browse/PIG-3062
             Project: Pig
          Issue Type: Improvement
            Reporter: Bill Graham
            Assignee: Bill Graham
            Priority: Minor


In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}. To do that we need to create the following protected methods:

{noformat}
protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
{noformat}


--
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

[jira] [Commented] (PIG-3062) Change HBaseStorage to permit overriding pushProjection

Posted by "Dmitriy V. Ryaboy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501606#comment-13501606 ] 

Dmitriy V. Ryaboy commented on PIG-3062:
----------------------------------------

+1
                
> Change HBaseStorage to permit overriding pushProjection
> -------------------------------------------------------
>
>                 Key: PIG-3062
>                 URL: https://issues.apache.org/jira/browse/PIG-3062
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>            Priority: Minor
>         Attachments: PIG-3062.1.patch
>
>
> In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}. To do that we need to create the following protected methods:
> {noformat}
> protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
> protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
> {noformat}

--
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

[jira] [Updated] (PIG-3062) Change HBaseStorage to permit overriding pushProjection

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

Bill Graham updated PIG-3062:
-----------------------------

    Status: Patch Available  (was: Open)

Submitting patch.
                
> Change HBaseStorage to permit overriding pushProjection
> -------------------------------------------------------
>
>                 Key: PIG-3062
>                 URL: https://issues.apache.org/jira/browse/PIG-3062
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>            Priority: Minor
>         Attachments: PIG-3062.1.patch
>
>
> In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}. To do that we need to create the following protected methods:
> {noformat}
> protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
> protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
> {noformat}

--
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

[jira] [Updated] (PIG-3062) Change HBaseStorage to permit overriding pushProjection

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

Bill Graham updated PIG-3062:
-----------------------------

    Attachment: PIG-3062.1.patch
    
> Change HBaseStorage to permit overriding pushProjection
> -------------------------------------------------------
>
>                 Key: PIG-3062
>                 URL: https://issues.apache.org/jira/browse/PIG-3062
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>            Priority: Minor
>         Attachments: PIG-3062.1.patch
>
>
> In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}. To do that we need to create the following protected methods:
> {noformat}
> protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
> protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
> {noformat}

--
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

[jira] [Updated] (PIG-3062) Change HBaseStorage to permit overriding pushProjection

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

Bill Graham updated PIG-3062:
-----------------------------

             Tags: hbase
       Resolution: Fixed
    Fix Version/s: 0.12
           Status: Resolved  (was: Patch Available)

Committed.
                
> Change HBaseStorage to permit overriding pushProjection
> -------------------------------------------------------
>
>                 Key: PIG-3062
>                 URL: https://issues.apache.org/jira/browse/PIG-3062
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>            Priority: Minor
>             Fix For: 0.12
>
>         Attachments: PIG-3062.1.patch
>
>
> In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}. To do that we need to create the following protected methods:
> {noformat}
> protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
> protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
> {noformat}

--
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