ad1happy2go commented on issue #9151:
URL: https://github.com/apache/hudi/issues/9151#issuecomment-1895972076

   @satyasinha-94 I couldn't reproduce the issue with 0.14.1.  Are you still 
facing this issue with new Hudi version. Below is command I am using - 
   
   ```
   {SPARK_HOME}/bin/spark-submit \
   --conf spark.sql.legacy.parquet.int96RebaseModeInRead=CORRECTED \
   --conf spark.sql.legacy.avro.datetimeRebaseModeInWrite=CORRECTED \
   --class org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer \
   --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:0.14.1 \
   
${path_prefix}/jars/${HUDI_VERSION}/${SPARK_V}/hudi-utilities-slim-bundle_2.12-${HUDI_VERSION}.jar
 \
   --target-base-path ${path_prefix}/testcases/stocks/data/target/${NOW} \
   --target-table stocks${NOW} \
   --table-type COPY_ON_WRITE \
   --base-file-format PARQUET \
   --props ${path_prefix}/configs/hoodie.properties \
   --source-class org.apache.hudi.utilities.sources.ParquetDFSSource \
   --source-ordering-field EventTime \
   --payload-class org.apache.hudi.common.model.DefaultHoodieRecordPayload \
   --op UPSERT \
   --spark-master yarn \
   --hoodie-conf 
hoodie.deltastreamer.source.dfs.root=${path_prefix}/parquet-input \
   --hoodie-conf hoodie.datasource.write.recordkey.field=ID \
   --hoodie-conf hoodie.datasource.write.partitionpath.field=Country \
   --hoodie-conf hoodie.datasource.write.precombine.field=EventTime \
   --hoodie-conf hoodie.datasource.write.keygenerator.type=SIMPLE \
   --hoodie-conf hoodie.datasource.write.hive_style_partitioning=false \
   --hoodie-conf hoodie.metadata.enable=true
   ```


-- 
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]

Reply via email to