empiredan opened a new issue, #2136: URL: https://github.com/apache/incubator-pegasus/issues/2136
While uploading artifact after pegasus was built an error occurred `mv: cannot move 'thirdparty/hadoop-bin' to './hadoop-bin': Directory not empty` as below:  The reason is that [config_hdfs.sh](https://github.com/apache/incubator-pegasus/blob/master/admin_tools/config_hdfs.sh) would also generate `hadoop-bin` while packaging server during building pegasus; therefore, as the next stage, uploading artifact would failed due to the existing `hadoop-bin` directory. After this problem was fixed, to test the fix workflow [BuildCompilationEnvDocker](https://github.com/apache/incubator-pegasus/actions/workflows/build-push-env-docker.yml) was run on Github. However it failed due to [EOL of CentOS 7](https://www.redhat.com/en/blog/centos-linux-has-reached-its-end-life-eol). This problem is traced by https://github.com/apache/incubator-pegasus/issues/2135. Since [thirdparties-src image](https://github.com/apache/incubator-pegasus/blob/master/docker/thirdparties-src/Dockerfile) has been built only on CentOS 7 and many downstream workflows depend on it, we have to disable workflows based on CentOS 7 temporarily and build [thirdparties-src image](https://github.com/apache/incubator-pegasus/blob/master/docker/thirdparties-src/Dockerfile) on Ubuntu to ensure that workflows based on it could work well. -- 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: dev-unsubscr...@pegasus.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org For additional commands, e-mail: dev-h...@pegasus.apache.org