aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2014-12-19 13:56:04 -0800
committerAndrew Or <andrew@databricks.com>2014-12-19 13:56:04 -0800
commitcdb2c645ab769a8678dd81cff44a809fcfa4420b (patch)
tree454458775d264c543fcf7936dfd0eac86a2c1fb5 /conf
parent336cd341ee449098a1db594592a44f5ab9200fa0 (diff)
downloadspark-cdb2c645ab769a8678dd81cff44a809fcfa4420b.tar.gz
spark-cdb2c645ab769a8678dd81cff44a809fcfa4420b.tar.bz2
spark-cdb2c645ab769a8678dd81cff44a809fcfa4420b.zip
[SPARK-4889] update history server example cmds
Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #3736 from ryan-williams/hist and squashes the following commits: 421d8ff [Ryan Williams] add another random typo fix 76d6a4c [Ryan Williams] remove hdfs example a2d0f82 [Ryan Williams] code review feedback 9ca7629 [Ryan Williams] [SPARK-4889] update history server example cmds
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.properties.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/metrics.properties.template b/conf/metrics.properties.template
index 30bcab0c93..96b6844f0a 100644
--- a/conf/metrics.properties.template
+++ b/conf/metrics.properties.template
@@ -77,8 +77,8 @@
# sample false Whether to show entire set of samples for histograms ('false' or 'true')
#
# * Default path is /metrics/json for all instances except the master. The master has two paths:
-# /metrics/aplications/json # App information
-# /metrics/master/json # Master information
+# /metrics/applications/json # App information
+# /metrics/master/json # Master information
# org.apache.spark.metrics.sink.GraphiteSink
# Name: Default: Description: