Hi Team,
In my use case we are going to implement Apache Kafka
Plugin, i have gone through the site how to deploy this scenerio
(https://phoenix.apache.org/kafka.html), but when trying this command, i need
to know what should be specified in phoenix-kafka-<version>-minimal.jar
to run this command
Command :-
HADOOP_CLASSPATH=$(hbase classpath):/path/to/hbase/conf
hadoop jar phoenix-kafka-<version>-minimal.jar
org.apache.phoenix.kafka.consumer.PhoenixConsumerTool --file
/data/kafka-consumer.properties
Please suggest what should be specified in this jar, whether
path or i need to install jar.if so, please provide the link of jar file.