Dockerfiles icon indicating copy to clipboard operation
Dockerfiles copied to clipboard

Fix two error in Hadoop entry point file.

Open amirproc opened this issue 5 years ago • 2 comments

  • ssh id_rsa path: It wrongly check ssh key path for hdfs and yarn user without /home/ prefix. To solve tuple item created as username,home_path, in the for it iterate over tuples and username will be stored into x and home path into xhome.
  • Unprivileged log in: It seems Cent Os does not allow establish connection with unprivileged login, the error is:
localhost: "System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)."

and it close localhost ssh connection with port 22. To solve the rm -f /run/nologin before starting the service.

amirproc avatar Oct 31 '20 13:10 amirproc

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Oct 31 '20 13:10 sonarqubecloud[bot]

Sider detected 1 warning on analyzing the commit 4652af7.

We recommend fixing them as possible by updating the dependencies, configuring the analysis tool, configuring sider.yml, turning off unused tools, and so on.

If you have problems or questions still, feel free to ask us via chat. 💬


You can turn off this notification if you don't want to receive it from now on.

ghost avatar Oct 31 '20 13:10 ghost

brilliant fix

slankka avatar May 11 '23 07:05 slankka