Description
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.