Skip to content

Commit

Permalink
Install spark operator
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Dec 30, 2018
1 parent 5edab90 commit cc559dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/deploy_kubeflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ def deploy_kubeflow(test_case):
],
cwd=app_dir)


util.run(
[
"ks", "pkg", "install", "kubeflow/spark",
],
cwd=app_dir)

util.run(
[
"ks", "generate", "spark-operator", "spark-operator",
Expand Down

0 comments on commit cc559dd

Please sign in to comment.