From f4255d331f08fe6ef28d4a885d2d5ab406e30085 Mon Sep 17 00:00:00 2001 From: Shubham Srivastava Date: Tue, 9 Aug 2016 19:41:22 +0530 Subject: [PATCH] Updating --- plugins/inputs/spark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/spark/README.md b/plugins/inputs/spark/README.md index 188c7f241..99ef256c8 100644 --- a/plugins/inputs/spark/README.md +++ b/plugins/inputs/spark/README.md @@ -7,8 +7,8 @@ #### Description The Spark plugin collects metrics in 2 ways, both being optional: -**1.** Spark-JVM metrics exposed as MBean's attributes through jolokia REST endpoint. Metrics are collected for each server configured. See:https://jolokia.org/ -**2.** Spark application metrics if managed by Yarn Resource manager. The plugin collects through the Yarn API. If some spark job has been submitted then only it will fetch else it will not produce any spark application result. +- Spark-JVM metrics exposed as MBean's attributes through jolokia REST endpoint. Metrics are collected for each server configured. See:https://jolokia.org/ +- Spark application metrics if managed by Yarn Resource manager. The plugin collects through the Yarn API. If some spark job has been submitted then only it will fetch else it will not produce any spark application result. # Measurements: Spark plugin produces one or more measurements according to the SparkServer or YarnServer provided.