Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LIMINAL-56] add default executor (k8s) for spark #59

Merged
merged 4 commits into from
Jul 28, 2021

Conversation

zionrubin
Copy link
Contributor

No description provided.

@aviemzur aviemzur changed the title [LIMINAL-56] - add default executor (k8s) for spark [LIMINAL-56] add default executor (k8s) for spark Jul 20, 2021
examples/aws-ml-app-demo/liminal.yml Outdated Show resolved Hide resolved
examples/aws-ml-app-demo/serving.py Outdated Show resolved Hide resolved
examples/spark-ml-app-demo/k8s/serving.py Outdated Show resolved Hide resolved
liminal/build/image/spark/spark.py Outdated Show resolved Hide resolved
tests/runners/airflow/tasks/test_spark_task.py Outdated Show resolved Hide resolved
examples/spark-ml-app-demo/emr/archetype/liminal.yml Outdated Show resolved Hide resolved
examples/spark-ml-app-demo/emr/archetype/liminal.yml Outdated Show resolved Hide resolved
examples/spark-ml-app-demo/k8s/liminal.yml Outdated Show resolved Hide resolved
examples/spark-ml-app-demo/k8s/liminal.yml Outdated Show resolved Hide resolved
@zionrubin zionrubin force-pushed the default-executor-for-spark-task branch 3 times, most recently from f72ec63 to 339bce4 Compare July 20, 2021 11:04
@@ -0,0 +1,17 @@
#
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@assapin you can start with the k8s example
(i will add readme soon, meanwhile, you can use the getting_started doc with examples/spark-app-demo/k8s files)

.gitignore Outdated Show resolved Hide resolved
liminal/build/image/spark/spark.py Outdated Show resolved Hide resolved
examples/spark-app-demo/emr/archetype/liminal.yml Outdated Show resolved Hide resolved
tests/runners/airflow/tasks/test_spark_task.py Outdated Show resolved Hide resolved
@zionrubin zionrubin force-pushed the default-executor-for-spark-task branch from 9393db1 to 8befe38 Compare July 26, 2021 14:06
@zionrubin zionrubin requested a review from aviemzur July 27, 2021 07:08
@zionrubin zionrubin force-pushed the default-executor-for-spark-task branch from 59f7ad3 to af13d1c Compare July 28, 2021 06:43
spark:
executor: k8s
image: my_spark_image
source: .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to create images section

@@ -39,6 +39,7 @@ pipeline_defaults:
type: python
description: static input task
image: my_static_input_task_image
no_cache: True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add images section

@@ -43,6 +43,7 @@ pipelines:
type: python
description: parallelized static input task
image: my_static_input_task_image
no_cache: True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add images section

@aviemzur aviemzur merged commit e8c18dc into apache:master Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants