[
https://issues.apache.org/jira/browse/SQOOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249432#comment-14249432
]
Hudson commented on SQOOP-1879:
-------------------------------
FAILURE: Integrated in Sqoop2-hadoop100 #738 (See
[https://builds.apache.org/job/Sqoop2-hadoop100/738/])
SQOOP-1879: Sqoop2: Submission Engine does not set all details on
SubmissionRecord in Local mode (abe:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=cf9af0081296c779a6d5245b00a2afb7815709b8)
* core/src/main/java/org/apache/sqoop/driver/JobManager.java
*
submission/mapreduce/src/main/java/org/apache/sqoop/submission/mapreduce/MapreduceSubmissionEngine.java
* core/src/main/java/org/apache/sqoop/driver/JobRequest.java
* test/src/main/java/org/apache/sqoop/test/testcases/ConnectorTestCase.java
> Sqoop2: Submission Engine does not set all details on SubmissionRecord in
> Local mode
> ------------------------------------------------------------------------------------
>
> Key: SQOOP-1879
> URL: https://issues.apache.org/jira/browse/SQOOP-1879
> Project: Sqoop
> Issue Type: Sub-task
> Reporter: Veena Basavaraj
> Assignee: Veena Basavaraj
> Fix For: 1.99.5
>
> Attachments: SQOOP-1879-v1.patch, SQOOP-1879-v2.patch,
> SQOOP-1879-v4.patch, SQOOP-1879-v5.patch
>
>
> {code}
> // If we're in local mode than wait on completion. Local job runner do
> not
> // seems to be exposing API to get previously submitted job which makes
> // other methods of the submission engine quite useless.
> if(isLocal()) {
> job.waitForCompletion(true);
> } else {
> job.submit();
> }
> {code}
> the above code says that the job.waitForCompletion(true) is blocking and
> hence the other submisison engine apis are useless in this local mode.
> But we dont set the all attributes of the job run into the submission record
> in this case
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)