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

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

GitHub user tzulitai opened a pull request:

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

    [FLINK-8362] [elasticsearch] Shade all ES connector dependencies

    ## What is the purpose of the change
    
    This is an extended version of Nico's work in #5243.
    
    This version additionally removes shading of the Elasticsearch connector 
base dependencies, as well as Elasticsearch itself.
    
    It also fixes a Log4j2-to-SLF4j bridge adapter issue with Elasticsearch 5, 
which occurred because of the shading.
    
    ## Brief change log
    
    - Remove shading of ES connector base + Elasticsearch dependencies
    - Fix Log4j2-to-SLF4j shading to also include shading of log4j-core
    - Add NOTICE files to all ES connector versions, stating all bundled 
dependencies and their licenses.
    
    ## Verifying this change
    
    Manually verified.
    All ES connectors work in the IDE, and in cluster jobs, without dependency 
clashes.
    Elasticsearch logs are also correctly routed to TM logs.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (yes / **no**)
      - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / **no**)
      - The serializers: (yes / **no** / don't know)
      - The runtime per-record code paths (performance sensitive): (yes / 
**no** / don't know)
      - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
      - The S3 file system connector: (yes / **no** / don't know)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes / **no**)
      - If yes, how is the feature documented? (**not applicable** / docs / 
JavaDocs / not documented)


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

    $ git pull https://github.com/tzulitai/flink FLINK-8362

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

    https://github.com/apache/flink/pull/5426.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 #5426
    
----
commit a3950f29d45b34724f5483717168bac372ef90bf
Author: Nico Kruber <nico@...>
Date:   2018-01-04T20:09:09Z

    [FLINK-8362][elasticsearch] shade all dependencies

commit f302f0af51782785bfc6ac3f085c34480b51e6fa
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date:   2018-02-05T13:16:56Z

    [FLINK-8362] [elasticsearch] Further improvements for Elasticsearch 
connector shading
    
    - Do not shade Elasticsearch dependencies
    - Do not shade Flink Elasticseach Connector classes
    - Also shade log4j-api dependency in Elasticsearch 5 connector. This is
      required for the log4j-to-slf4j bridge adapter to work properly.

commit 5e1da0d9e6b824dbea3c34e0a5ff2f0f24f04815
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date:   2018-02-07T18:01:18Z

    [FLINK-8362] [elasticsearch] Add NOTICE files for license statements for 
all ES connectors

----


> Shade Elasticsearch dependencies away
> -------------------------------------
>
>                 Key: FLINK-8362
>                 URL: https://issues.apache.org/jira/browse/FLINK-8362
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System, ElasticSearch Connector
>    Affects Versions: 1.4.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>
> It would be nice to make the Elasticsearch connectors self-contained just 
> like the s3 file system implementations and the cassandra connector.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to