You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: PysparkOperator and not only a decorator
* clean
* clean2
* remove sc arg
---------
Co-authored-by: raphaelauv <raphaelauv@users.noreply.github.com>
gets all the configurations from operator parameters.
32
+
* To use :class:`~airflow.providers.apache.spark.operators.spark_pyspark.PySparkOperator`
33
+
you can configure :doc:`SparkConnect Connection <connections/spark-connect>`.
32
34
33
35
.. _howto/operator:SparkJDBCOperator:
34
36
@@ -56,6 +58,29 @@ Reference
56
58
57
59
For further information, look at `Apache Spark DataFrameWriter documentation <https://spark.apache.org/docs/2.4.5/api/scala/index.html#org.apache.spark.sql.DataFrameWriter>`_.
58
60
61
+
.. _howto/operator:PySparkOperator:
62
+
63
+
PySparkOperator
64
+
----------------
65
+
66
+
Launches applications on a Apache Spark Connect server or directly in a standalone mode
67
+
68
+
For parameter definition take a look at :class:`~airflow.providers.apache.spark.operators.spark_pyspark.PySparkOperator`.
For further information, look at `Running the Spark Connect Python <https://spark.apache.org/docs/latest/api/python/getting_started/quickstart_connect.html>`_.
0 commit comments