[ https://issues.apache.org/jira/browse/SQOOP-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abraham Elmahrek updated SQOOP-2162:
------------------------------------
Attachment: SQOOP-2162.0.patch
> 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)
|