zk19930911 commented on issue #654: Many small files URL: https://github.com/apache/incubator-hudi/issues/654#issuecomment-486908775 0.4.5version;I refer to HoodieClientExample class, code is newCommitTime = client.startCommit(); logger.info("Starting commit " + newCommitTime); records.addAll(dataGen.generateUpdates(newCommitTime, 100)); writeRecords = jsc.<HoodieRecord>parallelize(records, 1); client.upsert(writeRecords, newCommitTime); 60s upsert once Many small parquet files in per upsert How to merge many small parquet files in per upsert ?
---------------------------------------------------------------- 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] With regards, Apache Git Services
