Closed lewismc closed 3 years ago
Really hoping this PR can be accepted. Have no experience with Java and was happy to get to the point Lewis was at with a (seemingly) perfect fix. I normally would pull this in myself, but I have no clue where to even look for a pom file 🙃
Thanks for sharing your experience @Ontopic I just merged it into master branch.
I follow the quick-start-running-your-first-crawl-job-in-minutes Once the Docker contaier is running and I have exec'd into it I inject a seed URL
Then attempt to crawl
This ofcourse has to do with a bad method signature definition related to
net.jpountz.lz4.lz4-1.3.0.jar
. I found a SO response confirming that it is an issue with the kafka-clients*.jar dependency. In the case of Sparkler, that meansorg.apache.kafka.kafka-clients-0.10.0.0.jar
. Specifically, the `` dependency needs to be removed from the kafka-clients dependency in sparkler-app/pom.xml.