Skip to content

Commit

Permalink
[DOCS][HUDI-7398] Add note for java clustering execution strategy (#1…
Browse files Browse the repository at this point in the history
…0759)


---------

Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com>
  • Loading branch information
xushiyan and yihua committed Feb 26, 2024
1 parent b51b0a8 commit 5de4b34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ def structuredStreamingWithClustering(): Unit = {
}
```

## Java Client

Clustering is also supported via Java client. Plan strategy `org.apache.hudi.client.clustering.plan.strategy.JavaSizeBasedClusteringPlanStrategy`
and execution strategy `org.apache.hudi.client.clustering.run.strategy.JavaSortAndSizeExecutionStrategy` are supported
out-of-the-box. Note that as of now only linear sort is supported in Java execution strategy.

## Related Resources
<h3>Videos</h3>

Expand Down

0 comments on commit 5de4b34

Please sign in to comment.