You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2010/10/10 05:13:30 UTC

[jira] Created: (CHUKWA-532) ChukwaLoader and ChukwaStore for chukwa hbase pig

ChukwaLoader and ChukwaStore for chukwa hbase pig
-------------------------------------------------

                 Key: CHUKWA-532
                 URL: https://issues.apache.org/jira/browse/CHUKWA-532
             Project: Chukwa
          Issue Type: New Feature
          Components: MR Data Processors
         Environment: Java 6, Mac OS X
            Reporter: Eric Yang


For supporting Chukwa data analytics on Pig + HBase,  needs to have Pig loader and Store function to bridge M/R and HBase.

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


[jira] Resolved: (CHUKWA-532) ChukwaLoader and ChukwaStore for chukwa hbase pig

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

Eric Yang resolved CHUKWA-532.
------------------------------

    Resolution: Invalid

Already implemented by pig team for pig 0.8.  See: https://issues.apache.org/jira/browse/PIG-1205 for reference.

> ChukwaLoader and ChukwaStore for chukwa hbase pig
> -------------------------------------------------
>
>                 Key: CHUKWA-532
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-532
>             Project: Chukwa
>          Issue Type: New Feature
>          Components: MR Data Processors
>         Environment: Java 6, Mac OS X
>            Reporter: Eric Yang
>
> For supporting Chukwa data analytics on Pig + HBase,  needs to have Pig loader and Store function to bridge M/R and HBase.

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


[jira] Commented: (CHUKWA-532) ChukwaLoader and ChukwaStore for chukwa hbase pig

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919578#action_12919578 ] 

Eric Yang commented on CHUKWA-532:
----------------------------------

Load function can use existing HBaseStorage:

http://pig.apache.org/docs/r0.7.0/api/org/apache/pig/backend/hadoop/hbase/HBaseStorage.html

Store function is more tricky.

> ChukwaLoader and ChukwaStore for chukwa hbase pig
> -------------------------------------------------
>
>                 Key: CHUKWA-532
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-532
>             Project: Chukwa
>          Issue Type: New Feature
>          Components: MR Data Processors
>         Environment: Java 6, Mac OS X
>            Reporter: Eric Yang
>
> For supporting Chukwa data analytics on Pig + HBase,  needs to have Pig loader and Store function to bridge M/R and HBase.

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