You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2010/01/22 09:59:21 UTC

[jira] Created: (PIG-1200) Using TableInputFormat in HBaseStorage

Using TableInputFormat in HBaseStorage
--------------------------------------

                 Key: PIG-1200
                 URL: https://issues.apache.org/jira/browse/PIG-1200
             Project: Pig
          Issue Type: Sub-task
            Reporter: Jeff Zhang
            Assignee: Jeff Zhang




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


[jira] Commented: (PIG-1200) Using TableInputFormat in HBaseStorage

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804602#action_12804602 ] 

Alan Gates commented on PIG-1200:
---------------------------------

Jeff, is this patch intended to be applied on the load store redesign branch?

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Updated: (PIG-1200) Using TableInputFormat in HBaseStorage

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

Pradeep Kamath updated PIG-1200:
--------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

+1, patch committed on Jeff's behalf - thanks Jeff!

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Updated: (PIG-1200) Using TableInputFormat in HBaseStorage

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

Jeff Zhang updated PIG-1200:
----------------------------

    Attachment: Pig_1200.patch

Attach the patch

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>         Attachments: Pig_1200.patch
>
>


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


[jira] Commented: (PIG-1200) Using TableInputFormat in HBaseStorage

Posted by "Jeff Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803642#action_12803642 ] 

Jeff Zhang commented on PIG-1200:
---------------------------------

Since Pig 0.6 will move to new LoadFunc of using InputFormat, so I create a subtask for using InputFormat in HBaseStorage.
There's a TableInputFormat in hbase-0.20, maybe we can reuse it.



> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>


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


[jira] Commented: (PIG-1200) Using TableInputFormat in HBaseStorage

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804424#action_12804424 ] 

Hadoop QA commented on PIG-1200:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12431279/Pig_1200.patch
  against trunk revision 902253.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/176/console

This message is automatically generated.

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Commented: (PIG-1200) Using TableInputFormat in HBaseStorage

Posted by "Jeff Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804426#action_12804426 ] 

Jeff Zhang commented on PIG-1200:
---------------------------------

This patch only modify the HBaseStorage, the testcase do not need to change, since no new funcation is added.

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Closed: (PIG-1200) Using TableInputFormat in HBaseStorage

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

Daniel Dai closed PIG-1200.
---------------------------


> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Updated: (PIG-1200) Using TableInputFormat in HBaseStorage

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

Jeff Zhang updated PIG-1200:
----------------------------

                 Tags: hbase
        Fix Version/s: 0.7.0
    Affects Version/s: 0.7.0
               Status: Patch Available  (was: Open)

> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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


[jira] Commented: (PIG-1200) Using TableInputFormat in HBaseStorage

Posted by "Jeff Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804798#action_12804798 ] 

Jeff Zhang commented on PIG-1200:
---------------------------------

Yes, this patch is for the load store redesign branch



> Using TableInputFormat in HBaseStorage
> --------------------------------------
>
>                 Key: PIG-1200
>                 URL: https://issues.apache.org/jira/browse/PIG-1200
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 0.7.0
>
>         Attachments: Pig_1200.patch
>
>


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