Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Edit ams-site, Set timeline.metrics.service.operation.mode = distributed
  2. Edit ams-hbase-site,
    1. Set hbase.rootdir = hdfs://<namenode-host>:8020/user/ams/hbase [ If NN HA is enabled, hdfs://<nameservice-id>/user/ams/hbase ]
      (Note: /user/ams/hbase here is the directory where metric data will be stored in HDFS)
    2. Set hbase.cluster.distributed = true
    3. Add dfs.client.read.shortcircuit = true (This is an optimization with a local DN present)
  3. In Ambari versions >= 2.2.0 1 make sure hbase.zookeeper.property.clientPort=2181 (cluster Zookeeper port).
  4. Restart Metrics Collector

...