Skip to content

Commit

Permalink
fix pyspark_py.py example headers (flyteorg#276)
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <niels.bantilan@gmail.com>
  • Loading branch information
cosmicBboy authored Jun 4, 2021
1 parent 55c71f5 commit 546e4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/integrations/kubernetes/k8s_spark/pyspark_pi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
to spark without needing to manage special spark clusters.
Pros:
------
^^^^^
#. Extremely easy to get started and get complete isolation between workloads
#. Every job runs in isolation and has its own virtual cluster - no more nightmarish dependency management
#. Flyte manages everything for you!
Cons:
-----
^^^^^
#. Short running, bursty jobs are not a great fit - because of the container overhead
#. No interactive spark capabilities available with Flyte K8s spark, which is more suited for running, adhoc and/or scheduled jobs
Expand Down

0 comments on commit 546e4fb

Please sign in to comment.