zoukankan      html  css  js  c++  java
  • ganglia

    /etc/hadoop/conf/hadoop-metrics2.properties 
    namenode.sink.ganglia.servers=10.0.0.1:8649
    datanode.sink.ganglia.servers=10.0.0.1:8649
    journalnode.sink.ganglia.servers=10.0.1.1:8649
    resourcemanager.sink.ganglia.servers=10.0.1.1:8649
    nodemanager.sink.ganglia.servers=10.0.1.1:8649
    mrappmaster.sink.ganglia.servers=10.0.1.1:8649
    jobhistoryserver.sink.ganglia.servers=10.0.1.1:8649
    zkfc.sink.ganglia.servers=10.0.1.1:8649
    maptask.sink.ganglia.servers=10.0.1.1:8649
    reducetask.sink.ganglia.servers=10.0.1.1:8649
    
    
    9.0.0.1: cat  /etc/ganglia/gmetad.conf   
    data_source "hdfs-cluster-summary" 8.0.0.1:8651
    data_source "yarn-cluster-summary" 8.0.0.2:8651
    data_source "system-zk-cluster" 8.0.0.3:8651
    
    gridname "BigDataGrid"
    authority "http://9.0.0.1/ganglia/"
    trusted_hosts 9.0.0.1 10.0.0.1 10.0.0.2
    all_trusted on
    setuid_username "apache"
    case_sensitive_hostnames 1
    
    
    8.0.0.1: cat  /etc/ganglia/gmetad.conf   
    server_threads 10
    data_source "hdfs-cluster" 10.0.0.1:8651
    data_source "hdfs-cluster-1" 10.0.0.2:8651
    data_source "hdfs-cluster-2" 10.0.0.3:8651
    
    gridname "hdfs-cluster-summary"
    authority "http://8.0.0.1/ganglia/"
    trusted_hosts 9.0.0.1 10.0.0.1 10.0.0.2 8.0.0.3 8.0.0.1 8.0.0.2 10.0.0.2 10.0.0.3 
    all_trusted on
    setuid_username "apache"
    case_sensitive_hostnames 1
    
    
    
    10.0.0.1: cat  /etc/ganglia/gmetad.conf
    
    data_source "hdfs-cluster" 10.0.0.1
    
    gridname "hdfs-cluster"
    authority "http://10.0.0.1/ganglia/"
    trusted_hosts 9.0.0.1 10.0.0.1 10.0.0.2 8.0.0.3 8.0.0.1 8.0.0.2 10.0.0.2 10.0.0.3 
    all_trusted on
    setuid_username "apache"
    case_sensitive_hostnames 1

  • 相关阅读:
    凹透镜
    三角形动点和将军饮马
    数学
    壮壮学习准则
    均值不等式,求极值
    2020年自贡中考数学真题,用的是花钱买的"几何画板",wechat:QZCS12
    90年高考题
    裂项:2005年初中数学竞赛题p32,4
    02-需求来源
    01-产品需求的内涵
  • 原文地址:https://www.cnblogs.com/moonypog/p/11058893.html
Copyright © 2011-2022 走看看