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

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

GitHub user hys9958 opened a pull request:

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

    TAJO-1502: Implement SerDe for Kafka Storage.

    Hi,
    I have implemented for this issue and unit tests.
    It implemented based on TextLineSerDe. So can be use other SerDe of based 
in TextLineSerDe like JsonLineSerDe.
    You can specify SerDe when create table. like this,
    
    ```
    CREATE TABLE <table_name> [(<column_name>
    <data_type>, ... )]
    using kafka with 
('kafka.serde'='org.apache.tajo.storage.json.JsonLineSerDe')
    ```
    
    Default SerDe is DelimitedSerDe.
    
    Thanks.

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

    $ git pull https://github.com/hys9958/tajo TAJO-1502

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

    https://github.com/apache/tajo/pull/495.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 #495
    
----
commit 3e0b55df882c3c99ba7cd3a8dc73d44b2b631b8e
Author: Yeonsu Han <[email protected]>
Date:   2015-04-01T16:14:28Z

    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: YeonSu Han
>              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)

Reply via email to