GithubHelp home page GithubHelp logo

Comments (4)

jcustenborder avatar jcustenborder commented on June 11, 2024

Hi @datafibers!

Sorry about the issue. Did you download just the .jar or did you use the tar.gz? I need to remove the .jar from the releases since it only the output. I checked the .tar.gz and it does have opencsv-3.8.jar in the output. Can you confirm you have this in your classpath?

from kafka-connect-spooldir.

gregroberti avatar gregroberti commented on June 11, 2024

I ran into this issue as well, however, I resolved it by copying opencsv-3.8.jar and connect-utils-0.1.15.jar to the classpath as @jcustenborder had suggested. I think you can close this issue.

from kafka-connect-spooldir.

jcustenborder avatar jcustenborder commented on June 11, 2024

@gregroberti how are you deploying this? Are you building locally or are you using the installation package I upload? If you are building locally, use mvn clean package and copy contents of target//kafka-connect-spooldir-1.0-SNAPSHOT-package. It will contain everything.

from kafka-connect-spooldir.

gregroberti avatar gregroberti commented on June 11, 2024

Yes, I'm building it locally with mvn clean package to run in a docker container. I found that I only need the following lines in my Dockerfile:

COPY kafka-connect-spooldir-1.0-SNAPSHOT.jar /etc/kafka-connect/jars
COPY opencsv-3.8.jar /etc/kafka-connect/jars
COPY connect-utils-0.1.15.jar /etc/kafka-connect/jars

For some reason I found that I didn't need the other jar files produced in the target directory.

from kafka-connect-spooldir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.