[
https://issues.apache.org/jira/browse/HDFS-9793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
PJ Fanning updated HDFS-9793:
-----------------------------
Description:
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs/2.7.1 indicates
a dependency on guava 11.0.2.
The StopWatch API changed in recent guava versions.
Could we remove the dependency or upgrade to guava 15 that as the old
deprecated StopWatch constructor? Or alternatively, upgrade to latest guava jar
and modify any code that is affected.
http://docs.guava-libraries.googlecode.com/git-history/v16.0/javadoc/index.html
This would be an development line only change.
was:
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs/2.7.1 indicates
a dependency on guava 11.0.2.
The StopWatch API changed in recent guava versions.
Could we remove the dependency or upgrade to guava 15 or 16 that as the old
deprecated StopWatch constructor.
http://docs.guava-libraries.googlecode.com/git-history/v16.0/javadoc/index.html
This would be an development line only change.
> upgrade or remove guava dependency
> ----------------------------------
>
> Key: HDFS-9793
> URL: https://issues.apache.org/jira/browse/HDFS-9793
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: build
> Reporter: PJ Fanning
>
> http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs/2.7.1
> indicates a dependency on guava 11.0.2.
> The StopWatch API changed in recent guava versions.
> Could we remove the dependency or upgrade to guava 15 that as the old
> deprecated StopWatch constructor? Or alternatively, upgrade to latest guava
> jar and modify any code that is affected.
> http://docs.guava-libraries.googlecode.com/git-history/v16.0/javadoc/index.html
> This would be an development line only change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)