Tandoy commented on issue #2668: URL: https://github.com/apache/hudi/issues/2668#issuecomment-797881238
**Solution** 1.Replace cdh-spark with parquet and avro jar packages of hudi/hudi-cli/target/lib/ 2.Start command modification `spark-shell \ --packages org.apache.spark:spark-avro_2.11:2.4.4 \ --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' \ --jars /opt/apps/hudi/packaging/hudi-spark-bundle/target/hudi-spark-bundle_2.11-0.7.0.jar` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
