CaesarWangX commented on issue #6543: URL: https://github.com/apache/hudi/issues/6543#issuecomment-1236558188
Hi @Zouxxyy Thanks for your suggestion. I tried your method, but I still got the same error spark-submit \ --master yarn \ --deploy-mode cluster \ --name xxxxxxxx \ --queue clustering \ --class com.test.MainClass \ --files test.conf \ --conf spark.driver.extraClassPath=my-jar-1.0.0-SNAPSHOT-jar-with-dependencies.jar \ --jars /usr/lib/hudi/hudi-spark-bundle.jar,/usr/lib/spark/external/lib/spark-avro.jar,/usr/lib/spark/external/lib/spark-sql-kafka-0-10.jar,/usr/lib/spark/external/lib/spark-streaming-kafka-0-10-assembly.jar,/usr/lib/spark/external/lib/spark-token-provider-kafka-0-10.jar \ my-jar-1.0.0-SNAPSHOT-jar-with-dependencies.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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
