【问题标题】:issue monitoring hadoop response问题监控 hadoop 响应
【发布时间】:2015-06-17 19:54:30
【问题描述】:

我正在使用ganglia 监控Hadoopgmondgmetad 运行良好。当我在gmond 端口(8649)上远程登录时,当我在其xml 应答端口上远程登录gmetad 时,我没有得到hadoop 数据。怎么会这样 ?

cluster {
  name = "my cluster"
  owner = "Master"
  latlong = "unspecified"
  url = "unspecified"
}

host {
  location = localhost
}

udp_send_channel {
  #bind_hostname = yes 
  #mcast_join = 239.2.11.71
  host = localhost
  port = 8649
  ttl = 1
}

udp_recv_channel {
  #mcast_join = 239.2.11.71
  port = 8649
  retry_bind = true
  # Size of the UDP buffer. If you are handling lots of metrics you really
  # should bump it up to e.g. 10MB or even higher.
  # buffer = 10485760
}

tcp_accept_channel {
  port = 8649
  # If you want to gzip XML output
  gzip_output = no
}

【问题讨论】:

    标签: hadoop cluster-computing ganglia gmetad


    【解决方案1】:

    我发现了问题。它与hadoop 指标属性有关。我在hadoop-metrics.properties 中设置了ganglia,但我必须设置hadoop-metrics.properties 配置文件。现在ganglia 抛出正确的指标。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-22
      • 1970-01-01
      • 2023-04-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-15
      • 2020-09-19
      相关资源
      最近更新 更多