Skip to content

Commit

Permalink
[SPARK-42545][K8S][DOCS] Remove experimental from Volcano docs
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to remove `experimental` notes from `Volcano` docs.

### Why are the changes needed?

Apache Spark 3.3.0 added `Volcano` as an experimental module. Now, we can remove it from Apache Spark 3.4.0 because we don't expect breaking future behavior changes.

### Does this PR introduce _any_ user-facing change?

No, this is a documentation only change.

### How was this patch tested?

Manual review.

Closes apache#40152 from dongjoon-hyun/SPARK-42545.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Feb 24, 2023
1 parent ee22a0b commit be745f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1845,8 +1845,6 @@ Spark allows users to specify a custom Kubernetes schedulers.
#### Using Volcano as Customized Scheduler for Spark on Kubernetes
**This feature is currently experimental. In future versions, there may be behavioral changes around configuration, feature step improvement.**
##### Prerequisites
* Spark on Kubernetes with [Volcano](https://volcano.sh/en) as a custom scheduler is supported since Spark v3.3.0 and Volcano v1.7.0. Below is an example to install Volcano 1.7.0:
Expand Down
2 changes: 0 additions & 2 deletions resource-managers/kubernetes/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,6 @@ You can also specify your specific dockerfile to build JVM/Python/R based image

# Running the Volcano Integration Tests

Volcano integration is experimental in Aapche Spark 3.3.0 and the test coverage is limited.

## Requirements
- A minimum of 6 CPUs and 9G of memory is required to complete all Volcano test cases.
- Volcano v1.7.0.
Expand Down

0 comments on commit be745f7

Please sign in to comment.