Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created July 20, 2023 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/0bbd575285c3c6d3a9804b39fd1155f5 to your computer and use it in GitHub Desktop.
Save nfarah86/0bbd575285c3c6d3a9804b39fd1155f5 to your computer and use it in GitHub Desktop.
spark.write.format("hudi").option("hoodie.precommit.validators",
"org.apache.hudi.client.validator.ValidatorClass1,
org.apache.hudi.client.validator.ValidatorClass2").save("path/to/data")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment