Hi all, I’m trying to do batch ingestion with spar...
# troubleshooting
y
Hi all, I’m trying to do batch ingestion with spark according to this documentation. It seems that the current pinot version 0.10.0 doesn’t include some dependencies and the documentation is recommending to use
0.11.0-SNAPSHOT
instead. (I got some runtime issues - Class not found exception). Does anyone know how can I find the 0.11.0-snapshot binary?
I found that the following slack troubleshooting discussion was similar to my issue. https://apache-pinot.slack.com/archives/C011C9JHN7R/p1651081638709889?thread_ts=1651072734.381379&cid=C011C9JHN7R
m
@User
k
You can either build from source in local or download the latest master jars here pinot-batch-ingestion-spark jar pinot_all jar
Don't forget to mention the full name and path of the downloaded jar in command instead of using the
PINOT_VERSION
env variable