mirror of https://github.com/kubeflow/examples.git
Merge pull request #906 from kubeflow/js-ts-patch-1
Fix image path in kfp-spark
This commit is contained in:
commit
93ba9c52c6
|
|
@ -25,26 +25,26 @@ kubectl apply -f ./scripts/spark-rbac.yaml
|
||||||
|
|
||||||
## Access Kubflow/KFP UI
|
## Access Kubflow/KFP UI
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## OR
|
## OR
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Upload pipeline
|
## Upload pipeline
|
||||||
|
|
||||||
Upload the spark_job_pipeline.yaml file
|
Upload the spark_job_pipeline.yaml file
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Create Run
|
# Create Run
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Start Pipeline add service account `spark-sa`
|
# Start Pipeline add service account `spark-sa`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Wait till the execution is finished. check the `print-message` logs to view the result
|
# Wait till the execution is finished. check the `print-message` logs to view the result
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue