-----------------------------------------------------------
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