rgoers commented on PR #396:
URL: https://github.com/apache/flume/pull/396#issuecomment-1484235323

   I have spent several days looking into this and have come to the conclusion 
that there is no way to include the HBaseSink with these changes. The problem 
is that Guava seems to make incompatible changes fairly frequently. Since this 
change upgrades the version of Guava it must also be upgraded for the 
HBaseSink. Doing so causes a NoSuchMethod error on HashFunction, which removed 
one of the hashString methods. Not upgrading Guava for only the HBaseSink 
results in a NoSuchMethod error for the Preconditions.checkState method.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@flume.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to