----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11912/ -----------------------------------------------------------
(Updated June 17, 2013, 7:25 p.m.) Review request for oozie. Changes ------- changed order for readability Description ------- https://issues.apache.org/jira/browse/OOZIE-1422 trying to merge JsonSLARegistrationEvent into SLARegistrationBean also minor change in CoordActionsCountForJobIdJPAExecutor This addresses bug OOZIE-1422. https://issues.apache.org/jira/browse/OOZIE-1422 Diffs (updated) ----- trunk/core/src/main/java/org/apache/oozie/client/rest/sla/JsonSLARegistrationEvent.java 1493822 trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordActionsCountForJobIdJPAExecutor.java 1493822 trunk/core/src/main/java/org/apache/oozie/service/JPAService.java 1493822 trunk/core/src/main/java/org/apache/oozie/sla/SLARegistrationBean.java 1493822 trunk/tools/src/main/java/org/apache/oozie/tools/OozieDBCLI.java 1493822 Diff: https://reviews.apache.org/r/11912/diff/ Testing ------- locally run ooziedb.sh create -run, and checked schema is right, and examples run fine. now running all test cases Thanks, Ryota Egashira