You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Sqoop QA bot (JIRA)" <ji...@apache.org> on 2015/03/02 23:58:05 UTC

[jira] [Commented] (SQOOP-2162) Sqoop2: InputEditable should be optional in JSON API

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

Sqoop QA bot commented on SQOOP-2162:
-------------------------------------

Testing file [SQOOP-2162.0.patch|https://issues.apache.org/jira/secure/attachment/12701988/SQOOP-2162.0.patch] against branch sqoop2 took 0:46:50.909027.

{color:green}Overall:{color} +1 all checks pass

{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch add/modify test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All fast unit tests passed (executed 258 tests)
{color:green}SUCCESS:{color} All slow unit tests passed (executed 1 tests)
{color:green}SUCCESS:{color} All fast integration tests passed (executed 15 tests)
{color:green}SUCCESS:{color} All slow integration tests passed (executed 0 tests)

Console output is available [here|https://builds.apache.org/job/PreCommit-SQOOP-Build/1123/console].

This message is automatically generated.

> Sqoop2: InputEditable should be optional in JSON API
> ----------------------------------------------------
>
>                 Key: SQOOP-2162
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2162
>             Project: Sqoop
>          Issue Type: Bug
>          Components: sqoop2-api
>    Affects Versions: 1.99.5
>            Reporter: Abraham Elmahrek
>            Assignee: Abraham Elmahrek
>             Fix For: 1.99.6
>
>         Attachments: SQOOP-2162.0.patch
>
>
> Currently, it is not optional. The following JSON request will throw an exception:
> {code:type=json}
> {
>     "id": -1,
>     "inputs": [
>         {
>             "id": -1,
>             "name": "Enum",
>             "overrides": "",
>             "sensitive": false,
>             "type": "ENUM",
>             "value": "YES",
>             "values": "YES,NO"
>         }
>     ],
>     "name": "c",
>     "type": "JOB"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)