brskiran1 commented on issue #6278: URL: https://github.com/apache/hudi/issues/6278#issuecomment-1207138655
@alexeykudinkin this is followup from your messages on slack channel. Please find the command I am using. The spark configs are above the --class. but it still has the same issue. _spark-submit --jars "/usr/lib/spark/external/lib/spark-avro.jar,/usr/lib/hudi/hudi-spark-bundle_2.12-0.11.1.jar" --conf spark.sql.legacy.parquet.int96RebaseModeInRead=CORRECTED --conf spark.sql.legacy.parquet.int96RebaseModeInWrite=CORRECTED --conf spark.sql.legacy.parquet.datetimeRebaseModeInRead=corrected --conf spark.sql.legacy.parquet.datetimeRebaseModeInRead=legacy --conf spark.sql.legacy.parquet.datetimeRebaseModeInWrite=CORRECTED --conf spark.sql.parquet.mergeSchema=true --class org.apache.hudi.utilities.deltastreamer.HoodieMultiTableDeltaStreamer --master yarn --deploy-mode client /home/hadoop/hudi/hudi-utilities-bundle_2.12-0.11.1.jar --table-type COPY_ON_WRITE --props "file:///home/hadoop/hudi/config-source.properties" --config-folder "file:///home/hadoop/hudi/" --base-path-prefix "s3://hudi_s3_bucket_name/hudi/" --source-class org.apache.hudi.utilities.sources.ParquetDFSSource --source-ordering-field ts \_ -- 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]
