Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic configs for the spark-rapids IT pipelines (NVIDIA#1450)
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 <[email protected]>
- Loading branch information