[
https://issues.apache.org/jira/browse/TAJO-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390982#comment-14390982
]
ASF GitHub Bot commented on TAJO-1487:
--------------------------------------
GitHub user hys9958 opened a pull request:
https://github.com/apache/tajo/pull/496
TAJO-1487: Kafka Scanner for kafka strage.
Hi,
I have implemented for this issue and unit tests.
It's related to TAJO-1480, TAJO-1502. So first, must be merge TAJO-1480 and
TAJO-1502.
Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hys9958/tajo TAJO-1487
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/496.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 #496
----
commit 77e21c2d88b285f7637853e828610fedeb68d6cb
Author: Yeonsu Han <[email protected]>
Date: 2015-04-01T16:53:40Z
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: YeonSu Han
> Labels: kafka_storage
>
> Have to implement Scanner interface for Kafka storage.
> The scan by split into many fragment. Scanner and Fragment is 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 merge
> TAJO-1480 and TAJO-1502.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)