nsivabalan commented on issue #3395:
URL: https://github.com/apache/hudi/issues/3395#issuecomment-893136900
yes, For eg, something like this
```
spark-shell \
--packages
org.apache.hudi:hudi-spark3-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1
\
--conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
```
Ref: https://hudi.apache.org/docs/quick-start-guide
Also, is your production env(eventually) going to be windows? If not, I
would recommend you to try it out in EMR or some cluster, as those are well
tested environments. I am not sure if hudi is tested end to end in windows.
Just a suggestion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]