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

[#2874] improvement(CI): remove SSH service from Hive container #2871

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

mchades
Copy link
Contributor

@mchades mchades commented Apr 10, 2024

What changes were proposed in this pull request?

  • Remove SSH service from the startup script.
  • Use hadoop-daemon.sh to start HDFS services.

Why are the changes needed?

Fix: #2874

Does this PR introduce any user-facing change?

no

How was this patch tested?

CI pass

@mchades mchades changed the title [test] test ssh [#2874] improvement(CI): remove SSH service from Hive container Apr 10, 2024
@mchades mchades self-assigned this Apr 10, 2024
@mchades mchades closed this Apr 10, 2024
@mchades mchades reopened this Apr 10, 2024
@mchades mchades requested review from jerryshao and xunliu April 10, 2024 13:57
@jerryshao
Copy link
Contributor

The change looks good to me. @xunliu do you want take another look?

@@ -4,15 +4,16 @@
# This software is licensed under the Apache License version 2.
#

# start ssh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mchades Do we need also remove apt-get install openssh-server from `hive/Dockerfile/?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if removing this service will cause other issues, this requires more testing.

I suggest keeping it for now and handling it in a separate PR if necessary.

Copy link
Member

@xunliu xunliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can improve Dockerfile in next PR.

@xunliu xunliu merged commit ee76305 into apache:main Apr 11, 2024
22 checks passed
@mchades mchades deleted the fixed-os branch November 22, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] CI failed due to HDFS is not ready
3 participants