diff --git a/conf/hadoop-metrics.properties b/conf/hadoop-metrics.properties
index 4eb70a6..332b382 100644
--- a/conf/hadoop-metrics.properties
+++ b/conf/hadoop-metrics.properties
@@ -34,7 +34,7 @@ hbase.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
hbase.period=10
# Configuration of the "hbase" context for file
-# hbase.class=org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
+# hbase.class=org.apache.hadoop.metrics.file.FileContext
# hbase.fileName=/tmp/metrics_hbase.log
# HBase-specific configuration to reset long-running stats (e.g. compactions)
@@ -53,7 +53,7 @@ jvm.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
jvm.period=10
# Configuration of the "jvm" context for file
-# jvm.class=org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
+# jvm.class=org.apache.hadoop.metrics.file.FileContext
# jvm.fileName=/tmp/metrics_jvm.log
# Configuration of the "jvm" context for ganglia
@@ -68,7 +68,7 @@ rpc.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
rpc.period=10
# Configuration of the "rpc" context for file
-# rpc.class=org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
+# rpc.class=org.apache.hadoop.metrics.file.FileContext
# rpc.fileName=/tmp/metrics_rpc.log
# Configuration of the "rpc" context for ganglia
diff --git a/pom.xml b/pom.xml
index ccbcfbb..1c7e235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2583,6 +2583,8 @@
The necessary runtime dependencies for protobuf and commons.io are pulled in automatically.
+ Note also that Hadoop 2.7 and later require JDK7 or later.
+
Example:
$ protoc - -version
check that the output indicates 2.5.0
@@ -2603,6 +2605,7 @@
1.6.1
2.5.0
2.4
+ 1.7