Menu

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