bithw1 opened a new issue #2273:
URL: https://github.com/apache/hudi/issues/2273


   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 20201120102911 \
   --schema-file $SCHEMA_FILE \
   --parallelism 1 \
   --spark-memory 2048
   ```
   
   When I run the above script, it complains that `Error: Unrecognized option: 
--base-path`
   
   I have such issue before that spark-submit doesn't allow application 
argument that starts with `--`, such as --base-path.
   
   I would ask how to run HoodieCompactor.
   
   BTW, what does parameter `instant-time` here mean? I only know  
`instant-time` is about commit time, but I am not sure what it really mean here
   
   
   


----------------------------------------------------------------
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]


Reply via email to