Details
Description
The 1.2.0 HBase client is calling:
new Stopwatch()
but recent versions of guava have removed this constructor. There is an upstream patch: https://issues.apache.org/jira/browse/HBASE-14963 but it was only applied to 1.3.0 and later. Is there any way that this patch can be back-ported to 1.2.0-cdh5.7.*?