Created 10-20-2016 08:53 AM
We are going to use HDP 2.4.2 for our new project. HDP 2.4.2 supports HBase 1.1.2 version.
I would like to know what version of Cassandra is compatible with HBase 1.1.2? Because both are internally using Guava jar and both are expecting different versions of Guava jar.
HBase needs Guava 12.x version
Cassandra is looking for Guava version 16.x or above.
Created 10-20-2016 09:04 AM
HDP 2.4.2 support HBase version 1.1.2. The cassandra 1.2.x versions using guava version 1.3.x.x so it should work but not sure.
Created 10-20-2016 11:28 AM
Thanks, But HBase 1.1.2 requires 12.x version of Guava version, so we need to use Cassandra less than 1.2.x version?
Created 10-20-2016 02:17 PM
Cassandra and HBase are different projects they are independent. are you using Cassandra and HBase on the same machines or clusters? Are you seeing any compatibility issues while running any of applications?
Created 10-20-2016 02:53 PM
You could/should use the HBase Shaded Clients instead of the default HBase client to avoid classpath issues.