[
https://issues.apache.org/jira/browse/TAJO-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397329#comment-15397329
]
ASF GitHub Bot commented on TAJO-1502:
--------------------------------------
GitHub user combineads opened a pull request:
https://github.com/apache/tajo/pull/1042
TAJO-1502: Implement SerDe for Kafka Storage.
We need SerializerDeserializer for transform a data of kafka to Datum of
tajo or otherwise.
`kafka data <==> tajo Datum(column)`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/combineads/tajo TAJO-1502
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/1042.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 #1042
----
commit 3c9a013d512011cfc0eeeeb9cbf535a1a2be5f49
Author: Byunghwa Yun <[email protected]>
Date: 2016-07-28T09:43:57Z
TAJO-1502: Implement SerDe for Kafka Storage.
----
> Implement SerDe for Kafka Storage.
> ----------------------------------
>
> Key: TAJO-1502
> URL: https://issues.apache.org/jira/browse/TAJO-1502
> Project: Tajo
> Issue Type: Sub-task
> Components: Storage
> Reporter: YeonSu Han
> Assignee: Byunghwa Yun
> Labels: kafka_storage
>
> We need SerializerDeserializer for transform a data of kafka to Datum of tajo
> or otherwise.
> {noformat}
> kafka data <==> tajo Datum(column)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)