Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Version Download #118

Open
jjacisin opened this issue Feb 24, 2022 · 1 comment
Open

Latest Version Download #118

jjacisin opened this issue Feb 24, 2022 · 1 comment

Comments

@jjacisin
Copy link

Hello All -- I started at TD last week and downloaded the embulk library using the instructions for Mac on embulk.org. I had some trouble running a basic script and was receiving the following error at the "embulk run" stage:

java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.type.ReferenceType.upgradeFrom(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;)Lcom/fasterxml/jackson/databind/type/ReferenceType;

After some research, I discovered that the version I downloaded using curl --create-dirs -o ~/.embulk/bin/embulk -L "https://dl.embulk.org/embulk-latest.jar" was embulk version 0.9.23 rather than 0.9.24, which, as mentioned in the README, v.23 doesn't work with embulk-output-td. Embulk selfupdate took care of the issue, but wanted to flag the general issue here.

@toru-takahashi
Copy link
Contributor

Hello,
you can specify the version by

 embulk gem install embulk-output-td -v 0.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants