Browse Source

Removing reference to Health application in doc, since it's not in Hue.

Philip Zeyliger 14 years ago
parent
commit
8e792bd7bd
1 changed files with 0 additions and 14 deletions
  1. 0 14
      docs/manual.txt

+ 0 - 14
docs/manual.txt

@@ -198,20 +198,6 @@ Add the following configuration properties to mapred-site.xml:
 </property>
 ----
 
-==== `hadoop-metrics.properties`
-
-To enable full monitoring in the Health application, the metrics
-contexts must not be NullContext. You can configure `hadoop-metrics.properties`
-as shown below:
-
-----
-# Exposes /metrics URL endpoint for metrics information.
-dfs.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
-mapred.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
-jvm.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
-rpc.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
-----
-
 === Further Hadoop Configuration and Caveats
 
 ==== `HADOOP_CLASSPATH` Caveat