[
https://issues.apache.org/jira/browse/SQOOP-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201353#comment-14201353
] Sqoop QA bot commented on SQOOP-1518: ------------------------------------- Here are the results of testing the latest attachment https://issues.apache.org/jira/secure/attachment/12679975/SQOOP-1518.patch against branch sqoop2. {color:red}Overall:{color} -1 due to an error {color:red}ERROR:{color} Patch does not add/modifny any test case {color:green}SUCCESS:{color} Clean was successful {color:green}SUCCESS:{color} Patch applied correctly {color:green}SUCCESS:{color} Patch compiled {color:green}SUCCESS:{color} All tests passed Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/565/console This message is automatically generated. > DOC: Update the Rest api.rst ( obsolete the apache confluence wiki if any!) > --------------------------------------------------------------------------- > > Key: SQOOP-1518 > URL: https://issues.apache.org/jira/browse/SQOOP-1518 > Project: Sqoop > Issue Type: Sub-task > Reporter: Veena Basavaraj > Assignee: Veena Basavaraj > Fix For: 1.99.4 > > Attachments: SQOOP-1518-f8.patch, SQOOP-1518.patch > > > http://sqoop.apache.org/docs/1.99.3/RESTAPI.html > examples of the JSON. > CONNECTOR: > GET > http://10.20.194.157:12000/sqoop/v1/connectors > http://10.20.194.157:12000/sqoop/v1/connector/1 > http://10.20.194.157:12000/sqoop/v1/connector/generic-jdbc-connector > DRIVER: > GET > http://10.20.194.157:12000/sqoop/v1/driver > UBER CONFIGURABLE: > GET > http://10.20.194.157:12000/sqoop/v1/configurable/driver > http://10.20.194.157:12000/sqoop/v1/configurable/connector/1 > LINK: > GET > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/links > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/links?cname=hdfs-connector > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/link/{lId} > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/link/{lname} > POST ( create link) > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/link ( with postData for the > link details and link config map ) > PUT/DELETE ( update/ delete link) > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/link/{lname} > JOB > GET > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/jobs > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/jobs?cname=hdfs-connector > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/{jid} > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/{jname} > disable http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/{jname}/status > POST ( create link) > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job ( with postData for the > job details and the from/to and driver config ) > PUT/DELETE ( update/ delete job) > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/{jname} > PUT but with ACTIONS > start http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/start and the > jobId in post Data > stop http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/stop and the jobId > in post Data > enable http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/enable and the jobId > in post Data > disable http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/job/disable and the > jobId in post Data > SUBMISSIONs > http://vbsqoop-1.ent.cloudera.com:12000/sqoop/v1/submissions -- This message was sent by Atlassian JIRA (v6.3.4#6332)
