Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. #
  5. # The Spark check retrieves metrics from YARN's ResourceManager. This
  6. # check must be run from the Master Node and the ResourceManager URI must
  7. # be specified below. The ResourceManager URI is composed of the
  8. # ResourceManager's hostname and port.
  9. #
  10. # The ResourceManager hostname can be found in the yarn-site.xml conf file
  11. # under the property yarn.resourcemanager.address
  12. #
  13. # The ResourceManager port can be found in the yarn-site.xml conf file under
  14. # the property yarn.resourcemanager.webapp.address
  15. - resourcemanager_uri: http://localhost:8080
  16.  
  17. # A Required friendly name for the cluster.
  18. cluster_name: Cluster_Spark
  19.  
  20. # Optional tags to be applied to every emitted metric.
  21. # tags:
  22. # - key:value
  23. # - instance:production
  24. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement