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 <[email protected]>
Date:   2016-08-02T03:01:21Z

    TAJO-1487: Kafka Scanner for kafka strage.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to