You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by twalthr <gi...@git.apache.org> on 2018/05/24 10:14:48 UTC

[GitHub] flink pull request #6070: [FLINK-9409] [formats] Remove flink-avro and flink...

GitHub user twalthr opened a pull request:

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

    [FLINK-9409] [formats] Remove flink-avro and flink-json from /opt

    ## What is the purpose of the change
    
    Both flink-json and flink-avro were added to the /opt directory in order to use them as jars for the SQL Client. However, they are not required anymore because we added dedicated SQL jars later that are distributed through Maven central (see FLINK-8831).
    
    `mvn clean install -pl flink-dist -am` is working again
    
    ## Brief change log
    
    Remove all formats from /opt
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): yes
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
      - The serializers: no
      - The runtime per-record code paths (performance sensitive): no
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
      - The S3 file system connector: no
    
    ## Documentation
    
      - Does this pull request introduce a new feature? no
      - If yes, how is the feature documented? not applicable


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

    $ git pull https://github.com/twalthr/flink FLINK-9409

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

    https://github.com/apache/flink/pull/6070.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 #6070
    
----
commit c567b48e67a7c1cde74e9cea74b36ebdd52751da
Author: Timo Walther <tw...@...>
Date:   2018-05-24T10:09:54Z

    [FLINK-9409] [formats] Remove flink-avro and flink-json from /opt

----


---

[GitHub] flink issue #6070: [FLINK-9409] [formats] Remove flink-avro and flink-json f...

Posted by twalthr <gi...@git.apache.org>.
Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/6070
  
    Thank you @NicoK. I will merge this...


---

[GitHub] flink issue #6070: [FLINK-9409] [formats] Remove flink-avro and flink-json f...

Posted by twalthr <gi...@git.apache.org>.
Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/6070
  
    @NicoK can you verify the change?


---

[GitHub] flink pull request #6070: [FLINK-9409] [formats] Remove flink-avro and flink...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---