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 2020/07/16 19:22:57 UTC

[GitHub] [hudi] asheeshgarg edited a comment on issue #1825: [SUPPORT] Compaction of parquet and meta file

asheeshgarg edited a comment on issue #1825:
URL: https://github.com/apache/hudi/issues/1825#issuecomment-659558896


   @bvaradar Balaji I set the hoodie.cleaner.commits.retained:1 after that I see only two parquet in the filesystem. But when I load the partition using the spark I don't see all the data. For example let say I have loaded 5 datasets which are unique I only see 3 datasets.
   Any suggestions?
   These are distinct commits I see in spark
   +-------------------+
   |_hoodie_commit_time|
   +-------------------+
   |     20200716171413|
   |     20200715202927|
   |     20200716154733|
   +-------------------+
   
   These are the content of .hoddie
   temptest/hudi/.hoodie/.aux',
    'temptest/hudi/.hoodie/.temp',
    'temptest/hudi/.hoodie/20200715202927.commit',
    'temptest/hudi/.hoodie/20200715202927.commit.requested',
    'temptest/hudi/.hoodie/20200715202927.inflight',
    'temptest/hudi/.hoodie/20200715204132.commit',
    'temptest/hudi/.hoodie/20200715204132.commit.requested',
    'temptest/hudi/.hoodie/20200715204132.inflight',
    'temptest/hudi/.hoodie/20200716154733.clean',
    'temptest/hudi/.hoodie/20200716154733.clean.inflight',
    'temptest/hudi/.hoodie/20200716154733.clean.requested',
    'temptest/hudi/.hoodie/20200716154733.commit',
    'temptest/hudi/.hoodie/20200716154733.commit.requested',
    'temptest/hudi/.hoodie/20200716154733.inflight',
    'temptest/hudi/.hoodie/20200716162313.clean',
    'temptest/hudi/.hoodie/20200716162313.clean.inflight',
    'temptest/hudi/.hoodie/20200716162313.clean.requested',
    'temptest/hudi/.hoodie/20200716162313.commit',
    'temptest/hudi/.hoodie/20200716162313.commit.requested',
    'temptest/hudi/.hoodie/20200716162313.inflight',
    'temptest/hudi/.hoodie/20200716163952.commit',
    'temptest/hudi/.hoodie/20200716163952.commit.requested',
    'temptest/hudi/.hoodie/20200716163952.inflight',
    'temptest/hudi/.hoodie/20200716170252.clean',
    'temptest/hudi/.hoodie/20200716170252.clean.inflight',
    'temptest/hudi/.hoodie/20200716170252.clean.requested',
    'temptest/hudi/.hoodie/20200716170252.commit',
    'temptest/hudi/.hoodie/20200716170252.commit.requested',
    'temptest/hudi/.hoodie/20200716170252.inflight',
    'temptest/hudi/.hoodie/20200716171413.clean',
    'temptest/hudi/.hoodie/20200716171413.clean.inflight',
    'temptest/hudi/.hoodie/20200716171413.clean.requested',
    'temptest/hudi/.hoodie/20200716171413.commit',
    'temptest/hudi/.hoodie/20200716171413.commit.requested',
    'temptest/hudi/.hoodie/20200716171413.inflight',


----------------------------------------------------------------
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:
users@infra.apache.org