MapReduce JobHistoryServer Wait
module.exports = header: 'MapReduce JHS Wait', handler: ({options}) ->
TCP
@connection.wait
header: 'TCP'
servers: options.tcp
HTTP
@connection.wait
header: 'HTTP'
servers: options.webapp
module.exports = header: 'MapReduce JHS Wait', handler: ({options}) ->
@connection.wait
header: 'TCP'
servers: options.tcp
@connection.wait
header: 'HTTP'
servers: options.webapp