Hadoop HDFS DataNode Wait
Show Source Code
module.exports = header: 'HDFS DN Wait', handler: ({options}) ->
Wait for all datanode IPC Ports
Port is defined in the "dfs.datanode.address" property of hdfs-site. The default value is 50020.
Show Source Code
@connection.wait
header: 'IPC'
servers: options.ipc
Wait for all datanode HTTP Ports
Port is defined in the "dfs.datanode.https.address" property of hdfs-site. The default value is 9865.
Show Source Code
@connection.wait
header: 'HTTP'
servers: options.http