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

Run Databricks IT with python-xdist parallel #1549

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions jenkins/databricks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ sudo cp $CUDF_JAR $DB_JAR_LOC

jlowe marked this conversation as resolved.
Show resolved Hide resolved
# tests
export PATH=/databricks/conda/envs/databricks-ml-gpu/bin:/databricks/conda/condabin:$PATH
sudo /databricks/conda/envs/databricks-ml-gpu/bin/pip install pytest sre_yield
sudo /databricks/conda/envs/databricks-ml-gpu/bin/pip install pytest sre_yield \
requests pandas pyarrow findspark pytest-xdist pyspark
cd /home/ubuntu/spark-rapids/integration_tests
export SPARK_HOME=/databricks/spark
# change to not point at databricks confs so we don't conflict with their settings
Expand All @@ -127,6 +128,6 @@ if [ `ls $DB_JAR_LOC/cudf* | wc -l` -gt 1 ]; then
ls $DB_JAR_LOC/cudf*
exit 1
fi
$SPARK_HOME/bin/spark-submit ./runtests.py --runtime_env="databricks"
. run_pyspark_from_build.sh --runtime_env="databricks"
jlowe marked this conversation as resolved.
Show resolved Hide resolved
cd /home/ubuntu
tar -zcvf spark-rapids-built.tgz spark-rapids