Skip to content

Commit

Permalink
Update run-sparkrapids-xgboost.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rishic3 authored Nov 19, 2024
1 parent 60f8c9b commit 88ccbb6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

if [[ -z $SPARK_HOME ]]; then
echo "Please export SPARK_HOME to the Spark path"
exit 1
fi

if [[ -z ${SCRIPT} ]]; then
echo "Please select the implementation with: export SCRIPT=sparkrapids-xgboost-<implementation>.py"
exit 1
Expand Down

0 comments on commit 88ccbb6

Please sign in to comment.