I am installing on Ubuntu 20.04.
Is there any guidance as to where kafka_plugins_dir might be and what it is called?
The instructions say
Configured the DataStax connector JAR using one of the following methods:
- Move the DataStax connector JAR to the Kafka plugins directory:
mv installation_location/kafka-connect-cassandra-sink-1.4.0.jar kafka_plugins_dir
- Configure the path to the JAR:Apache Kafka 0.11.x and later - Specify the JAR location in the
plugin.path
parameter in theconnect-standalone.properties
orconnect-distributed.properties
file that is passed to the worker start-up scripts. Example:plugin.path=install_location/kafka-connect-cassandra-sink-1.4.0.jar