You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Rajith Siriwardana <ra...@gmail.com> on 2013/06/12 07:15:46 UTC

Review Request: OODT-618 [sub task of OODT-219] : Ganglia XML parser for Ganglia plugin

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11819/
-----------------------------------------------------------

Review request for oodt and ChrisRK ChrisRK.


Description
-------

This patch is a subtask of Ganglia plugin [OODT-219] and I have added a SAX parser to parse the XML dump which will be downloaded to Ganglia plugin and ganglia metric builder. other than that this patch contains test scenarios to test the functionality and to assure the XML tag parsing, sample ganglia xml dump also with this patch.


This addresses bug OODT-618.
    https://issues.apache.org/jira/browse/OODT-618


Diffs
-----

  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/exceptions/MonitoringException.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaMetKeys.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaXMLParser.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Cluster.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Host.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Metric.java PRE-CREATION 
  trunk/resource/src/test/org/apache/oodt/cas/resource/monitor/TestGangliaXMLParser.java PRE-CREATION 
  trunk/resource/src/testdata/gangliaXMLdump.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/11819/diff/


Testing
-------

Test scenarios added to test the parsing and to assure XML tags.


Thanks,

Rajith Siriwardana


Re: Review Request: OODT-618 [sub task of OODT-219] : Ganglia XML parser for Ganglia plugin

Posted by Chris Mattmann <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11819/#review21839
-----------------------------------------------------------

Ship it!


Ship It!

- Chris Mattmann


On June 12, 2013, 5:25 a.m., Rajith Siriwardana wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11819/
> -----------------------------------------------------------
> 
> (Updated June 12, 2013, 5:25 a.m.)
> 
> 
> Review request for oodt and Chris Mattmann.
> 
> 
> Description
> -------
> 
> This patch is a subtask of Ganglia plugin [OODT-219] and I have added a SAX parser to parse the XML dump which will be downloaded to Ganglia plugin and ganglia metric builder. other than that this patch contains test scenarios to test the functionality and to assure the XML tag parsing, sample ganglia xml dump also with this patch.
> 
> 
> This addresses bug OODT-618.
>     https://issues.apache.org/jira/browse/OODT-618
> 
> 
> Diffs
> -----
> 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/exceptions/MonitoringException.java PRE-CREATION 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaMetKeys.java PRE-CREATION 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaXMLParser.java PRE-CREATION 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Cluster.java PRE-CREATION 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Host.java PRE-CREATION 
>   trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Metric.java PRE-CREATION 
>   trunk/resource/src/test/org/apache/oodt/cas/resource/monitor/TestGangliaXMLParser.java PRE-CREATION 
>   trunk/resource/src/testdata/gangliaXMLdump.xml PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/11819/diff/
> 
> 
> Testing
> -------
> 
> Test scenarios added to test the parsing and to assure XML tags.
> 
> 
> Thanks,
> 
> Rajith Siriwardana
> 
>


Re: Review Request: OODT-618 [sub task of OODT-219] : Ganglia XML parser for Ganglia plugin

Posted by Rajith Siriwardana <ra...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11819/
-----------------------------------------------------------

(Updated June 12, 2013, 5:25 a.m.)


Review request for oodt and Chris Mattmann.


Description
-------

This patch is a subtask of Ganglia plugin [OODT-219] and I have added a SAX parser to parse the XML dump which will be downloaded to Ganglia plugin and ganglia metric builder. other than that this patch contains test scenarios to test the functionality and to assure the XML tag parsing, sample ganglia xml dump also with this patch.


This addresses bug OODT-618.
    https://issues.apache.org/jira/browse/OODT-618


Diffs
-----

  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/exceptions/MonitoringException.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaMetKeys.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/GangliaXMLParser.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Cluster.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Host.java PRE-CREATION 
  trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/ganglia/configuration/Metric.java PRE-CREATION 
  trunk/resource/src/test/org/apache/oodt/cas/resource/monitor/TestGangliaXMLParser.java PRE-CREATION 
  trunk/resource/src/testdata/gangliaXMLdump.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/11819/diff/


Testing
-------

Test scenarios added to test the parsing and to assure XML tags.


Thanks,

Rajith Siriwardana