Trying to read data from HBase
table and do some process and populate the data in Cassandra
.
Facing problem with Guava
Jar version, we are bounded to HBase version 1.1.2
, which supports Guava 12.x version
, But Cassandra is expecting latest version's of Guava more than 16 Version.
Update: The reason we need to use HBase 1.1.2 is because we are going to use HDP 2.4.2 version , which supports HBase 1.1.2 version.