You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/07/30 08:01:00 UTC

[jira] [Commented] (OOZIE-3310) SQL error during /v2/sla filtering

    [ https://issues.apache.org/jira/browse/OOZIE-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561598#comment-16561598 ] 

Hadoop QA commented on OOZIE-3310:
----------------------------------

PreCommit-OOZIE-Build started


> SQL error during /v2/sla filtering
> ----------------------------------
>
>                 Key: OOZIE-3310
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3310
>             Project: Oozie
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 5.1.0
>            Reporter: Andras Salamon
>            Assignee: Andras Salamon
>            Priority: Minor
>         Attachments: OOZIE-3310-1.patch
>
>
> Filtering for both the id and the bundle field using /v2/sla servlet gives an SQL error:
> {noformat}
> // 20180726124649
> // http://localhost:11000/oozie/v2/sla?timezone=GMT&filter=id=0000001-180726123600112-oozie-andr-C;bundle=0000000-180726123600112-oozie-andr-B
> {
> "errorMessage": "E0603: SQL error in operation, &quot;Encountered &quot;.&quot; at character 63, but expected: [&quot;*&quot;, &quot;+&quot;, &quot;-&quot;, &quot;/&quot;, &quot;GROUP&quot;, &quot;HAVING&quot;, &quot;ORDER&quot;, &lt;EOF&gt;].&quot; while parsing JPQL &quot;SELECT OBJECT(s) FROM SLASummaryBean s WHERE s.jobId = :jobIds.parentId in (:parentId0) ORDER BY s.nominalTimeTS&quot;. See nested stack trace for original parse error.",
> "httpStatusCode": 500
> }{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)