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

Add dynamic configs for the spark-rapids IT pipelines #1450

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Jan 5, 2021

Add dynamic spark-rapids configs for the IT pipelines via parameter:
'BASE_SPARK_SUBMIT_ARGS=--conf abc=xxx --conf xyz=xxx --conf def=xxx ...'.

e.g. We can enable spark 'AQE' for spark-rapids integration tests pipeline by:
'BASE_SPARK_SUBMIT_ARGS=--conf spark.sql.adaptive.enabled=true'

The default value 'BASE_SPARK_SUBMIT_ARGS' is unset

Signed-off-by: Tim Liu timl@nvidia.com

Add dynamic spark-rapids configs for the IT pipelines via parameter:
'BASE_SPARK_SUBMIT_ARGS=--conf abc=xxx --conf xyz=xxx --conf def=xxx ...'.

e.g. We can enable spark 'AQE' for spark-rapids integration tests pipeline by:
    'BASE_SPARK_SUBMIT_ARGS=--conf spark.sql.adaptive.enabled=true'

The default value 'BASE_SPARK_SUBMIT_ARGS' is unset

Signed-off-by: Tim Liu <timl@nvidia.com>
@NvTimLiu NvTimLiu added the build Related to CI / CD or cleanly building label Jan 5, 2021
@NvTimLiu NvTimLiu self-assigned this Jan 5, 2021
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Jan 5, 2021

Pipeline parameter:
image

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Jan 5, 2021

build

@NvTimLiu NvTimLiu changed the title [WIP] Add dynamic configs for the spark-rapids IT pipelines Add dynamic configs for the spark-rapids IT pipelines Jan 5, 2021
@NvTimLiu NvTimLiu merged commit c6dbe78 into NVIDIA:branch-0.4 Jan 7, 2021
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Add dynamic spark-rapids configs for the IT pipelines via parameter:
'BASE_SPARK_SUBMIT_ARGS=--conf abc=xxx --conf xyz=xxx --conf def=xxx ...'.

e.g. We can enable spark 'AQE' for spark-rapids integration tests pipeline by:
    'BASE_SPARK_SUBMIT_ARGS=--conf spark.sql.adaptive.enabled=true'

The default value 'BASE_SPARK_SUBMIT_ARGS' is unset

Signed-off-by: Tim Liu <timl@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Add dynamic spark-rapids configs for the IT pipelines via parameter:
'BASE_SPARK_SUBMIT_ARGS=--conf abc=xxx --conf xyz=xxx --conf def=xxx ...'.

e.g. We can enable spark 'AQE' for spark-rapids integration tests pipeline by:
    'BASE_SPARK_SUBMIT_ARGS=--conf spark.sql.adaptive.enabled=true'

The default value 'BASE_SPARK_SUBMIT_ARGS' is unset

Signed-off-by: Tim Liu <timl@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
[auto-merge] bot-auto-merge-branch-23.10 to branch-23.12 [skip ci] [bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants