How to get the current ingestion commit Id .I know HoodieDataSourceHelpers.latestCommit method can use to find the latest commit. But what happen if there is concurrent write in different thread. i need to find each thread commitID
Asked
Active
Viewed 339 times
1
-
you would post the question to hudi github issues or dev@hudi.apache.org ML. – leesf May 30 '20 at 01:58
-
https://issues.apache.org/jira/browse/HUDI-944 – Nizamudeen Jun 01 '20 at 12:56
1 Answers
1
Hudi does not allow concurrent writing at the moment. In any case HoodieDataSourceHelpers.latestCommit
will return the latest commit always.

byte_array
- 2,767
- 1
- 16
- 10