Description
I've noticed that method call SqoopClient.getSubmissionsForJob(long) returns submission objects for all jobs instead of the given one. Looking into SubmissionRequestHandler I'm assuming that this is caused by the fact that SqoopClient is sending the job id as part of the URL (v1/submissions/$jid) whereas the SubmissionRequestHandler is looking for URL parameter.
Attachments
Attachments
Issue Links
- is cloned by
-
SQOOP-2029 Sqoop2: Get jobs by connector
- Resolved
- links to