You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/02 03:05:20 UTC

[jira] [Commented] (TAJO-1487) Kafka Scanner for kafka strage.

    [ https://issues.apache.org/jira/browse/TAJO-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403278#comment-15403278 ] 

ASF GitHub Bot commented on TAJO-1487:
--------------------------------------

GitHub user combineads opened a pull request:

    https://github.com/apache/tajo/pull/1043

    TAJO-1487: Kafka Scanner for kafka strage.

    Have to implement Scanner interface for Kafka storage.
    The scan by split into many fragments. Scanner and Fragment are 1 to 1 mapping.
    For this, need to feature like this,
    Create Fragment class
    Implement 'Tuple next()' method in Scanner.
    etc..
    The issue is related to TAJO-1480, TAJO-1502. So first, must be commit TAJO-1480 and TAJO-1502.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/combineads/tajo TAJO-1487

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/1043.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1043
    
----
commit 29d7e43aac83ff97fd5a9efbca8be8d5179f1209
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2016-08-02T03:01:21Z

    TAJO-1487: Kafka Scanner for kafka strage.

----


> Kafka Scanner for kafka strage.
> -------------------------------
>
>                 Key: TAJO-1487
>                 URL: https://issues.apache.org/jira/browse/TAJO-1487
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Storage
>            Reporter: YeonSu Han
>            Assignee: Byunghwa Yun
>              Labels: kafka_storage
>
> Have to implement Scanner interface for Kafka storage.
> The scan by split into many fragments. Scanner and Fragment are 1 to 1 mapping.
> For this, need to feature like this,
> - Create Fragment class
> - Implement 'Tuple next()' method in Scanner.
> - etc..
> The issue is related to TAJO-1480, TAJO-1502. So first, must be commit TAJO-1480 and TAJO-1502.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)