Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory hadoop-bin failed to be moved while uploading artifact on Github #2136

Open
empiredan opened this issue Oct 18, 2024 · 0 comments
Open
Labels
type/bug This issue reports a bug.

Comments

@empiredan
Copy link
Contributor

While uploading artifact after pegasus was built an error occurred mv: cannot move 'thirdparty/hadoop-bin' to './hadoop-bin': Directory not empty as below:

image

The reason is that 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 was run on Github. However it failed due to EOL of CentOS 7. This problem is traced by #2135.

Since thirdparties-src image 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 on Ubuntu to ensure that workflows based on it could work well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

1 participant