You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/06/26 21:47:47 UTC

[jira] Created: (HBASE-1587) Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675

Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675
------------------------------------------------------------------------

                 Key: HBASE-1587
                 URL: https://issues.apache.org/jira/browse/HBASE-1587
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: stack
             Fix For: 0.20.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-1587) Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-1587:
----------------------------

    Assignee: stack

> Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675
> ------------------------------------------------------------------------
>
>                 Key: HBASE-1587
>                 URL: https://issues.apache.org/jira/browse/HBASE-1587
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1587) Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1587.
--------------------------

    Resolution: Fixed

I committed the below which is mostly doc. changes (fixed up HBASE-1437 too so our metrics doc works again).

{code}
Index: conf/hadoop-metrics.properties
===================================================================
--- conf/hadoop-metrics.properties      (revision 788755)
+++ conf/hadoop-metrics.properties      (working copy)
@@ -1,8 +1,12 @@
 # See http://wiki.apache.org/hadoop/GangliaMetrics
+# Make sure you know whether you are using ganglia 3.0 or 3.1.
+# If 3.1, you will have to patch your hadoop instance with HADOOP-4675
 # And, yes, this file is named hadoop-metrics.properties rather than
 # hbase-metrics.properties because we're leveraging the hadoop metrics
 # package and hadoop-metrics.properties is an hardcoded-name, at least
 # for the moment.
+#
+# See also http://hadoop.apache.org/hbase/docs/current/metrics.html
 
 # Configuration of the "hbase" context for null
 hbase.class=org.apache.hadoop.metrics.spi.NullContext
@@ -13,7 +17,9 @@
 # hbase.fileName=/tmp/metrics_hbase.log
 
 # Configuration of the "hbase" context for ganglia
+# Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
 # hbase.class=org.apache.hadoop.metrics.ganglia.GangliaContext
+# hbase.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
 # hbase.period=10
 # hbase.servers=GMETADHOST_IP:8649
 
@@ -26,7 +32,9 @@
 # jvm.fileName=/tmp/metrics_jvm.log
 
 # Configuration of the "jvm" context for ganglia
+# Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
 # jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
+# jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
 # jvm.period=10
 # jvm.servers=GMETADHOST_IP:8649
 
@@ -39,6 +47,8 @@
 # rpc.fileName=/tmp/metrics_rpc.log
 
 # Configuration of the "rpc" context for ganglia
+# Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
 # rpc.class=org.apache.hadoop.metrics.ganglia.GangliaContext
+# rpc.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
 # rpc.period=10
 # rpc.servers=GMETADHOST_IP:8649
{code}

> Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675
> ------------------------------------------------------------------------
>
>                 Key: HBASE-1587
>                 URL: https://issues.apache.org/jira/browse/HBASE-1587
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.