Hi,
We have a java Spark streaming job that basically read messages from Kafka and writes outputs to Kafka, Hive or HBase.
We want to be compliant with both HDP2.6 and HDP3.1.5. Is it possible to build a single software that can run either on HDP2.6 or HDP 3.1.5?
What is the best approach for this?
Thank you