This is an automated email from the ASF dual-hosted git repository.
rom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 573e5f9de6 Minor changes in the SparkKubernetesOperator documentaiont.
(#42613)
573e5f9de6 is described below
commit 573e5f9de6b6d220ba133af204c9cb21a3ff660f
Author: Danish Amjad <[email protected]>
AuthorDate: Sat Oct 5 09:09:37 2024 +0200
Minor changes in the SparkKubernetesOperator documentaiont. (#42613)
---
docs/apache-airflow-providers-cncf-kubernetes/operators.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/operators.rst
b/docs/apache-airflow-providers-cncf-kubernetes/operators.rst
index 5d2f9aef62..6d5b141448 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/operators.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/operators.rst
@@ -474,7 +474,7 @@ Next, create the task using the following:
task_id="spark_task",
image="gcr.io/spark-operator/spark-py:v3.1.1", # OR custom image
using that
code_path="local://path/to/spark/code.py",
- application_file="spark_job_template.json", # OR
spark_job_template.json
+ application_file="spark_job_template.yaml", # OR
spark_job_template.json
dag=dag,
)
@@ -593,7 +593,7 @@ Reference
For further information, look at:
* `Kubernetes Documentation <https://kubernetes.io/docs/home/>`__
-* `Spark-on-k8s-operator Documentation - User guide
<https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/user-guide.md>`__
+* `Spark-on-k8s-operator Documentation - User guide
<https://www.kubeflow.org/docs/components/spark-operator/user-guide/>`__
* `Spark-on-k8s-operator Documentation - API
<https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/api-docs.md>`__