sunchao opened a new pull request #2522:
URL: https://github.com/apache/hadoop/pull/2522


   (This is a backport from #2510)
   
   This does the following:
   
   - removes ListenableFuture as well as ListeningExecutorService from public 
interfaces, so that modules such as `hadoop-aws` and `hadoop-aliyun` can 
consume the class from hadoop-client-api without running into Guava conflicts.
   - replaces error message template usages in 
`checkArgument/checkState/checkNotNull` with `String.format`. The former is 
generally not available in Guava version < 20 so this is to eliminate potential 
conflicts.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to