Skip to content

Commit

Permalink
Add print statements in spark-premerge-build temporarily to debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jan 18, 2024
1 parent 3c5dad4 commit 768f56d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@ rapids_shuffle_smoke_test() {
PYSP_TEST_spark_rapids_shuffle_multiThreaded_reader_threads=2 \
invoke_shuffle_integration_test

echo "Done with rapids_shuffle_smoke_test"

$SPARK_HOME/sbin/spark-daemon.sh stop org.apache.spark.deploy.worker.Worker 1
$SPARK_HOME/sbin/stop-master.sh

echo "Standalone cluster stopped after rapids_shuffle_smoke_test"
}

ci_2() {
Expand Down

0 comments on commit 768f56d

Please sign in to comment.