bithw1 opened a new issue #2276: URL: https://github.com/apache/hudi/issues/2276
Hi, I have written following script to run HoodieCompactor, ``` spark-submit \ --class org.apache.hudi.utilities.HoodieCompactor \ --base-path $BASE_PATH \ --table-name $TABLE_NAME \ --instant-time 20201122100045\ --schema-file $SCHEMA_FILE \ --parallelism 1 \ --spark-memory 471859200 ``` When I run the above script, it complains [main] ERROR org.apache.hudi.utilities.HoodieCompactor - java.lang.IllegalStateException: No Compaction request available at 20201122100045to run compaction The hoodie table has following commit times: 20201122100045 20201122100057 20201122100101 I would ask how to specify the instant time, also would like to know the parameter `--instant-time` really means. ---------------------------------------------------------------- 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]
