You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jesse Yates (Created) (JIRA)" <ji...@apache.org> on 2012/02/08 00:06:59 UTC

[jira] [Created] (HBASE-5350) Fix jamon generated package names

Fix jamon generated package names
---------------------------------

                 Key: HBASE-5350
                 URL: https://issues.apache.org/jira/browse/HBASE-5350
             Project: HBase
          Issue Type: Bug
          Components: monitoring
    Affects Versions: 0.92.0
            Reporter: Jesse Yates
             Fix For: 0.94.0


Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

stack updated HBASE-5350:
-------------------------

    Status: Patch Available  (was: Open)
    
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Jesse Yates (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203231#comment-13203231 ] 

Jesse Yates commented on HBASE-5350:
------------------------------------

yup, master and region server uis are looking good (At least from the standalone mode, which should be identical here to a real cluster, AFAIK).
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

stack updated HBASE-5350:
-------------------------

    Attachment: jamon_HBASE-5350.patch

Reattach so can redo hadoopqa
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216127#comment-13216127 ] 

Hadoop QA commented on HBASE-5350:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12515987/jamon_HBASE-5350.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated -133 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 155 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1048//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1048//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1048//console

This message is automatically generated.
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216323#comment-13216323 ] 

Hudson commented on HBASE-5350:
-------------------------------

Integrated in HBase-TRUNK-security #122 (See [https://builds.apache.org/job/HBase-TRUNK-security/122/])
    HBASE-5350 Fix jamon generated package names (Revision 1293485)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/main/jamon/org/apache/hadoop
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/common
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/common/TaskMonitorTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/common/TaskMonitorTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/master/MasterStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/regionserver/RSStatusTmpl.jamon
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestMasterStatusServlet.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.java

                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202966#comment-13202966 ] 

stack commented on HBASE-5350:
------------------------------

If you run hbase, the webui comes up fine?

Otherwise patch lgtm.
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

stack updated HBASE-5350:
-------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed to trunk.  Thanks Jesse
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

stack updated HBASE-5350:
-------------------------

    Status: Open  (was: Patch Available)
    
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

stack updated HBASE-5350:
-------------------------

    Status: Patch Available  (was: Open)

Submitting patch
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5350) Fix jamon generated package names

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

Jesse Yates updated HBASE-5350:
-------------------------------

    Attachment: jamon_HBASE-5350.patch

Just had to move the jamon files down a directory, which then builds them with the right package. 

Passed 'mvn clean test'
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216342#comment-13216342 ] 

Hudson commented on HBASE-5350:
-------------------------------

Integrated in HBase-TRUNK #2669 (See [https://builds.apache.org/job/HBase-TRUNK/2669/])
    HBASE-5350 Fix jamon generated package names (Revision 1293485)

     Result = SUCCESS
stack : 
Files : 
* /hbase/trunk/src/main/jamon/org/apache/hadoop
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/common
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/common/TaskMonitorTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver
* /hbase/trunk/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/common/TaskMonitorTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/master/MasterStatusTmpl.jamon
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/regionserver/RSStatusTmpl.jamon
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestMasterStatusServlet.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.java

                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-5350) Fix jamon generated package names

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

Jesse Yates reassigned HBASE-5350:
----------------------------------

    Assignee: Jesse Yates
    
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Jesse Yates (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202918#comment-13202918 ] 

Jesse Yates commented on HBASE-5350:
------------------------------------

patch coming momentarily.
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203870#comment-13203870 ] 

Hadoop QA commented on HBASE-5350:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12513718/jamon_HBASE-5350.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated -136 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 156 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.io.hfile.TestHFileBlock
                  org.apache.hadoop.hbase.mapreduce.TestImportTsv
                  org.apache.hadoop.hbase.mapred.TestTableMapReduce
                  org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/925//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/925//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/925//console

This message is automatically generated.
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5350) Fix jamon generated package names

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216147#comment-13216147 ] 

stack commented on HBASE-5350:
------------------------------

I verified UI looks right at least in local mode (could be different up on cluster)
                
> Fix jamon generated package names
> ---------------------------------
>
>                 Key: HBASE-5350
>                 URL: https://issues.apache.org/jira/browse/HBASE-5350
>             Project: HBase
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: 0.92.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.94.0
>
>         Attachments: jamon_HBASE-5350.patch, jamon_HBASE-5350.patch
>
>
> Previously, jamon was creating the template files in "org.apache.hbase", but it should be "org.apache.hadoop.hbase", so it's in line with rest of source files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira