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
Copy file name to clipboardExpand all lines: docs/source/user_guide/apachespark/dataflow-spark-magic.rst
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,26 @@ Example path : ``oci://<your-bucket>@<your-tenancy-namespace>/conda_environments
191
191
"configuration":{\
192
192
"spark.archives": "oci://<your-bucket>@<your-tenancy-namespace>/conda_environments/cpu/PySpark 3.2 and Data Flow/2.0/pyspark32_p38_cpu_v2#conda>"}}'
193
193
194
+
**Example command with the Data Flow Pools**
195
+
196
+
.. versionadded:: 2.8.7
197
+
198
+
The `Data Flow Pools <https://docs.oracle.com/en-us/iaas/data-flow/using/pools.htm>`__ achieve fast job startup, resource isolation, manage budgets, and prioritize your Spark workloads. Use the `poolId` to use the Pool resources.
0 commit comments