hudi-bot opened a new issue, #14681:
URL: https://github.com/apache/hudi/issues/14681

   spark.write().format("hudi").option(operation, "run_compact") to run 
compaction
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-1329
   - Type: New Feature
   - Affects version(s):
     - 0.9.0
   
   
   ---
   
   
   ## Comments
   
   09/Oct/20 10:04;309637554;[~vbalaji]  hello, i am interested in this issue . 
 but  I have some doubts , what is the different between  
"hoodie.datasource.compaction.async.enable" param and this issue? :D;;;
   
   ---
   
   04/Dec/20 03:34;vbalaji;[~309637554]: This API allows only running 
compaction. Note that there is no input dataframe to be ingested. You can 
create a dummy dataframe if needed but the operation does not have to care 
about input DF. It only needs to run compaction (specific compaction id if 
provided by user) or the oldest one if not provided,;;;
   
   ---
   
   22/Jan/21 14:01;shivnarayan;[~vbalaji]: wondering you this is called as 
async compaction instead of inline compaction ? the ask is to trigger an 
explicit compaction right? ;;;


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

Reply via email to