SSH and SFTP Debug-Logging and Session Caching
- 1 Custom Hadoop Properties
- 1.1 SSH
- 1.1.1 Debug-logging
- 1.1.2 Session cache
- 1.2 SFTP
- 1.2.1 Debug-logging
- 1.2.2 Session cache
- 1.1 SSH
Custom Hadoop Properties
The following settings can be added as cluster custom Hadoop properties:
SSH
Debug-logging
Adding this property with the Boolean value true enables detailed debug-logging of a SSH connection with Datameer. This logging is recorded in stderrout.
Default setting: false (off)
<p><code>fs.scp.enable.debug=</code></p>Session cache
Adding this property with the Boolean value false disables the session cache of a SSH connection with Datameer. This logging is recorded in stderrout.
Default setting: true (on)
<p><code>fs.scp.enable.session-cache=</code></p>SFTP
Debug-logging
Adding this property with the Boolean value true enables detailed debug-logging of a SFTP connection with Datameer. This logging is recorded in stderrout.
Default setting: false (off)
<p><code>fs.sftp.enable.debug=</code></p>Session cache
Adding this property with the Boolean value false disables the session cache of a SFTP connection with Datameer. This logging is recorded in stderrout.
Default setting: true (on)
<p><code>fs.sftp.enable.session-cache=</code></p>