[
https://issues.apache.org/jira/browse/HBASE-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650307#action_12650307
]
stack commented on HBASE-1021:
------------------------------
Small fix:
{code}
durruti:trunk stack$ svn diff !$
svn diff conf/hadoop-metrics.properties
Index: conf/hadoop-metrics.properties
===================================================================
--- conf/hadoop-metrics.properties (revision 720276)
+++ conf/hadoop-metrics.properties (working copy)
@@ -31,7 +31,7 @@
# jvm.servers=GMETADHOST_IP:8649
# Configuration of the "rpc" context for null
-hbase.class=org.apache.hadoop.metrics.spi.NullContext
+rpc.class=org.apache.hadoop.metrics.spi.NullContext
# Configuration of the "rpc" context for file
# rpc.class=org.apache.hadoop.metrics.file.FileContext
{code}
> hbase metrics FileContext not working
> -------------------------------------
>
> Key: HBASE-1021
> URL: https://issues.apache.org/jira/browse/HBASE-1021
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.19.0
>
>
> Figure why it ain't writing to file though it does to ganglia.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.