PHILO-HE commented on PR #8101: URL: https://github.com/apache/incubator-gluten/pull/8101#issuecomment-2547329372
> @PHILO-HE > > Why there still is `Connection timed out`? I saw several PRs get this error. > > ``` > Run bash .github/workflows/util/install_spark_resources.sh 3.5-scala2.13 > bash .github/workflows/util/install_spark_resources.sh 3.5-scala[2](https://github.com/apache/incubator-gluten/actions/runs/12300072338/job/34327770072?pr=8221#step:6:2).13 > dnf module -y install python39 && \ > alternatives --set python[3](https://github.com/apache/incubator-gluten/actions/runs/12300072338/job/34327770072?pr=8221#step:6:3) /usr/bin/python3.9 && \ > pip3 install setuptools && \ > pip3 install pyspark==3.5.2 cython && \ > pip3 install pandas pyarrow > shell: sh -e {0} > env: > ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true > MVN_CMD: mvn -ntp > WGET_CMD: wget -nv > SETUP: bash .github/workflows/util/setup_helper.sh > CCACHE_DIR: /home/runner/work/incubator-gluten/incubator-gluten/.ccache > failed: Connection timed out. > failed: Network is unreachable. > Error: Process completed with exit code [4](https://github.com/apache/incubator-gluten/actions/runs/12300072338/job/34327770072?pr=8221#step:6:4). > ``` @FelixYBW, seems the network for downloading spark is not stable. I will try to find some substituted way if it happens frequently in the coming days. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
