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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to