You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2020/01/14 14:55:00 UTC

[jira] [Commented] (FLINK-15575) Azure Filesystem Shades Wrong Package "httpcomponents"

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

Piotr Nowojski commented on FLINK-15575:
----------------------------------------

[~knaufk] are you sure that it should be {{org.apache.http}}? I can not find such package in the dependencies, but I can easily find {{org.apache.httpcomponents}}:

{noformat}
[INFO] +- org.apache.hadoop:hadoop-azure:jar:3.1.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.10.1:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.3:compile
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
{noformat}
 

> Azure Filesystem Shades Wrong Package "httpcomponents"
> ------------------------------------------------------
>
>                 Key: FLINK-15575
>                 URL: https://issues.apache.org/jira/browse/FLINK-15575
>             Project: Flink
>          Issue Type: Bug
>          Components: FileSystems
>    Affects Versions: 1.8.3, 1.9.1, 1.10.0
>            Reporter: Konstantin Knauf
>            Assignee: Konstantin Knauf
>            Priority: Major
>
> Instead of shading "org.apache.httpcomponents" (this package does not exist) the azure filesystem should shade "org.apache.http". 
> This e.g. causes problems when the azure filesystem and elasticsearch6 connector are both on the classpath.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)