简体   繁体   中英

how to update/delete a record in hudi table in AWS?

I have a requirement to update or delete a record the hudi table, one way is to do that with pyspark/scala by following the steps mentioned in the below guide

https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hudi-work-with-dataset.html Also is it possible to do that with aws-cli?

Which one could be better to do this? by calling it through lamda or Glue.

You can use aws-cli to submit spark jobs with EMR steps or notebooks to do adhoc analysis. Submitting spark jobs to EMR is preferred approach.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM