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
What I get is using kubectl container just to run a command of kubectl apply -f /mnt/pipeline/spark_app.yaml
while we need to find some way to put the spark_app.yaml somewhere accessible to the container
and also spark_app.yaml points to your containers of pyspark code
I want to build a kfp.component which is going to run a sparkApplication, but I cannot find any tutorial of doing so.
From the doc here:
https://www.kubeflow.org/docs/components/pipelines/concepts/component/#constructing-a-component
What I get is using kubectl container just to run a command of kubectl apply -f /mnt/pipeline/spark_app.yaml
while we need to find some way to put the spark_app.yaml somewhere accessible to the container
and also spark_app.yaml points to your containers of pyspark code
why can't we perform the same operation by something like
load_component_from_file("spark_app.yaml")
or
load_component_from_url("https://github.com/kubeflow/spark-operator/blob/master/examples/spark-pi.yaml")
I am new to Kubeflow, please let me know if there is any suitable way already exists
Thank you
The text was updated successfully, but these errors were encountered: