manojpec commented on pull request #3968: URL: https://github.com/apache/hudi/pull/3968#issuecomment-974519633
Table Properties from the integ test run ``` root@adhoc-2:/opt# hdfs dfs -cat hdfs://namenode:8020/user/hive/warehouse/hudi-integ-test-suite/output/.hoodie/hoodie.properties #Properties saved on Fri Nov 19 22:26:56 UTC 2021 #Fri Nov 19 22:26:56 UTC 2021 hoodie.table.precombine.field=test_suite_source_ordering_field hoodie.table.partition.fields=timestamp hoodie.table.type=COPY_ON_WRITE hoodie.archivelog.folder=archived hoodie.populate.meta.fields=true hoodie.timeline.layout.version=1 hoodie.table.version=3 hoodie.table.recordkey.fields=_row_key hoodie.table.base.file.format=PARQUET hoodie.table.keygenerator.class=org.apache.hudi.keygen.TimestampBasedKeyGenerator hoodie.table.name=table1 root@adhoc-2:/opt# hdfs dfs -cat hdfs://namenode:8020/user/hive/warehouse/hudi-integ-test-suite/output/.hoodie/metadata/.hoodie/hoodie.properties #Properties saved on Fri Nov 19 22:26:59 UTC 2021 #Fri Nov 19 22:26:59 UTC 2021 hoodie.table.type=MERGE_ON_READ hoodie.archivelog.folder=archived hoodie.populate.meta.fields=false hoodie.compaction.payload.class=org.apache.hudi.metadata.HoodieMetadataPayload hoodie.timeline.layout.version=1 hoodie.table.version=3 hoodie.table.recordkey.fields=key hoodie.table.base.file.format=HFILE hoodie.table.keygenerator.class=org.apache.hudi.metadata.HoodieTableMetadataKeyGenerator hoodie.table.name=table1_metadata ``` -- 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]
