Help Center/ MapReduce Service/ Component Operation Guide (LTS)/ Using Loader/ Common Issues About Loader/ Failed to Run Jobs Related to the sftp-connector Connector
Updated on 2025-03-17 GMT+08:00
Failed to Run Jobs Related to the sftp-connector Connector
Symptom
- The jobs related to the sftp-connector connector fail to be executed and "Failed to obtain the SFTP stream" is displayed. xxx (Failed to send channel request.)
- Error "subsystem request failed on channel 0. Connection closed" occurs in the SFTP service. Figure 1 SFTP error
Answer
This error occurs because the SFTP service is not enabled.
Procedure
- Modify the sshd_config file, save the modification, and exit.
cd /etc/ssh
vi sshd_config
Subsystem sftp /usr/libexec/openssh/sftp-serverFigure 2 Modifying the sshd_config file
- Restart the SFTP service.
systemctl restart sshd.service
Parent topic: Common Issues About Loader
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.