Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix deprecated versions in doc & remove unused.
  • Loading branch information
jiangzho committed Apr 9, 2024
commit f0a2e742dc98cec12bcde166223a778128b038cd
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

# Spark-Kubernetes-Operator

Welcome to the **Spark-Kubernetes-Operator**, a Kubernetes operator designed to simplify and
Expand Down
4 changes: 2 additions & 2 deletions spark-operator-docs/spark_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ single submission-worker mode to support all listed versions.
```yaml
runtimeVersions:
# Supported values are:
# v3_5_1, v3_5_0, v3_4_1, v3_4_0, v3_3_3, v3_3_1, v3_3_0, v3_2_0
sparkVersion: v3_4_0
# v3_5_1, v3_4_2
sparkVersion: v3_4_2
```