You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/08 11:15:08 UTC

[GitHub] [hudi] pavels1983 commented on issue #5765: [SUPPORT] throw "java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.client.HdfsDataInputStream.getReadStatistics()"

pavels1983 commented on issue #5765:
URL: https://github.com/apache/hudi/issues/5765#issuecomment-1149783227

   Same issue, loading data into MOR table. 5 parts completed succesfully, failed on 6-th. Data and structure is the same.
   Possibly some compaction happens and invoke this problem?
   
   incDF.filter("ins_flg='y'")
   .write
   .format("org.apache.hudi")
   .option(DataSourceWriteOptions.OPERATION_OPT_KEY, DataSourceWriteOptions.BULK_INSERT_OPERATION_OPT_VAL)
   .option(TABLE_TYPE_OPT_KEY, "MERGE_ON_READ")
   .option(RECORDKEY_FIELD_OPT_KEY, "rn")
   .option(PRECOMBINE_FIELD_OPT_KEY, "ss_date_time")
   .option(HIVE_SUPPORT_TIMESTAMP_TYPE.key, "true")
   .option("hoodie.index.type", "SIMPLE")
   .option(TABLE_NAME, "store_sales")
   .mode(SaveMode.Append)
   .save("/tmp/bench_hudi/store_sales")


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org