awslabs / kinesis-kafka-connector

kinesis-kafka-connector is connector based on Kafka Connect to publish messages to Amazon Kinesis streams or Amazon Kinesis Firehose.
Apache License 2.0
153 stars 91 forks source link

java.lang.NoClassDefFoundError: com/amazonaws/services/kinesisfirehose/model/AmazonKinesisFirehoseException #43

Open learner0101 opened 4 years ago

learner0101 commented 4 years ago

this error occurs when i tried to run firehose connector

bdesert commented 4 years ago

You need to build a jar and put that in the location specified by property plugin.path=/tmp/kafka/connectors of connect (distributed) properties. Or, in standalone mode, it should just be in classpath. For distributed, this location is in classpath of the Connect workers.

pitchayasak commented 1 year ago

What is the project/library name of jar file to build? Please give the specific library name or GitHub URL.