----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30080/#review68772 -----------------------------------------------------------
Can we have the commandline added as well. client/src/main/java/org/apache/oozie/client/OozieClient.java <https://reviews.apache.org/r/30080/#comment113202> startcreatedtime for the commandline filter. Need to create startCreatedTime in RESTConstants for WebServiceAPI. core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java <https://reviews.apache.org/r/30080/#comment113205> equalsIgnoreCase core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java <https://reviews.apache.org/r/30080/#comment113201> it should have only one value. Else you need to throw an exception. Same for end time core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java <https://reviews.apache.org/r/30080/#comment113209> Remove the multiple ones core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java <https://reviews.apache.org/r/30080/#comment113210> Remove the multiple ones docs/src/site/twiki/WebServicesAPI.twiki <https://reviews.apache.org/r/30080/#comment113206> Add startcreatedtime and endcreatedtime to commandline documentation. - Rohini Palaniswamy On Jan. 20, 2015, 5:59 p.m., Ryota Egashira wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30080/ > ----------------------------------------------------------- > > (Updated Jan. 20, 2015, 5:59 p.m.) > > > Review request for oozie. > > > Repository: oozie-git > > > Description > ------- > > https://issues.apache.org/jira/browse/OOZIE-2118 > > > Diffs > ----- > > client/src/main/java/org/apache/oozie/client/OozieClient.java 800e871 > core/src/main/java/org/apache/oozie/DagEngine.java 70ddd44 > > core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java > 5c0c0f9 > > core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java > 6250255 > core/src/test/java/org/apache/oozie/servlet/TestV1JobsServlet.java e84c0f0 > docs/src/site/twiki/WebServicesAPI.twiki fc51934 > > Diff: https://reviews.apache.org/r/30080/diff/ > > > Testing > ------- > > > Thanks, > > Ryota Egashira > >
