You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the reasons for CI failure are that the Hive container check did not pass, and the logs show "HDFS is not ready".
The way HDFS starts is through the start-dfs.sh script, which triggers an SSH process. If there are any issues with SSH, the DataNode will be unable to start.
How should we improve?
Start HDFS components individually.
The text was updated successfully, but these errors were encountered:
### 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
What would you like to be improved?
Some of the reasons for CI failure are that the Hive container check did not pass, and the logs show "HDFS is not ready".
The way HDFS starts is through the
start-dfs.sh
script, which triggers an SSH process. If there are any issues with SSH, the DataNode will be unable to start.How should we improve?
Start HDFS components individually.
The text was updated successfully, but these errors were encountered: