Skip to content

Commit

Permalink
Update pr_tests_spark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Aug 6, 2024
1 parent 8dbb05b commit 3da8746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_tests_spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ jobs:
# - name: Try to connect to the Thrift server from the spark-master container itself (with timeout)
# run: docker-compose exec -T spark-master bash -c "timeout 5 curl -v telnet://spark-master:10000"

- name: Check network connectivity
run: |
docker-compose exec -T spark-master bash -c "ping -c 4 spark-master"
docker-compose exec -T spark-master bash -c "nc -zv spark-master 10000"
# - name: Check network connectivity
# run: |
# docker-compose exec -T spark-master bash -c "ping -c 4 spark-master"
# docker-compose exec -T spark-master bash -c "nc -zv spark-master 10000"

- name: Verify ThriftServer JDBC URL
run: |
Expand Down

0 comments on commit 3da8746

Please sign in to comment.