You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ben Parker (JIRA)" <ji...@apache.org> on 2018/08/14 15:35:03 UTC

[jira] [Created] (HDFS-13825) HDFS Uses very outdated okhttp library

Ben Parker created HDFS-13825:
---------------------------------

             Summary: HDFS Uses very outdated okhttp library
                 Key: HDFS-13825
                 URL: https://issues.apache.org/jira/browse/HDFS-13825
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 3.0.3
            Reporter: Ben Parker


HDFS Client uses okHttp library version 2.7.4 which is two years out of date.

[https://mvnrepository.com/artifact/com.squareup.okhttp/okhttp]

The updates for this library have been moved to a new package here:

[https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp]

 

This causes dependancy management problems for services that use HDFS.

For example trying to use okHttp in code that runs on Amazon EMR gives you Method not found errors due to the new version being kicked out in favour of the one used by HDFS.

 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org