You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/05 17:04:01 UTC

[jira] [Commented] (FLINK-1635) Remove Apache Thrift dependency from Flink

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

ASF GitHub Bot commented on FLINK-1635:
---------------------------------------

GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/794

    [FLINK-1635] remove Apache Thrift and Google Protobuf dependencies

    

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

    $ git pull https://github.com/mxm/flink flink-1635

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

    https://github.com/apache/flink/pull/794.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 #794
    
----
commit 6305a808015db6e42ce471fbe65b2e280e1aecff
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-06-05T13:36:28Z

    [FLINK-1635] remove Apache Thrift and Google Protobuf dependencies

----


> Remove Apache Thrift dependency from Flink
> ------------------------------------------
>
>                 Key: FLINK-1635
>                 URL: https://issues.apache.org/jira/browse/FLINK-1635
>             Project: Flink
>          Issue Type: Bug
>          Components: Java API
>    Affects Versions: 0.9
>            Reporter: Robert Metzger
>            Assignee: Maximilian Michels
>
> I've added Thrift and Protobuf to Flink to support it out of the box with Kryo.
> However, after trying to access a HCatalog/Hive table yesterday using Flink I found that there is a dependency conflict between Flink and Hive (on thrift).
> Maybe it makes more sense to properly document our serialization framework and provide a "copy&paste" solution on how to get thrift/protobuf et al to work with Flink.
> Please chime in if you are against removing the "out of the box support" for protobuf and kryo.



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