Skip to content

Commit

Permalink
update timeout for spark-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyllamt committed Dec 5, 2023
1 parent f5f8e1b commit 5e950a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/04-run-spark-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ while : ; do
exit 1
fi
if [[ $elapsed -ge $TIMEOUT ]]; then
kubectl get sparkapplication $APP_NAME -n $NAMESPACE
echo "Timed out waiting for the application to start."
exit 1
fi
Expand Down Expand Up @@ -51,6 +52,7 @@ while : ; do
exit 1
fi
if [[ $elapsed -ge $TIMEOUT ]]; then
kubectl get sparkapplication $APP_NAME -n $NAMESPACE
echo "Timed out waiting for the application to finish."
exit 1
fi
Expand Down

0 comments on commit 5e950a0

Please sign in to comment.