Veena Basavaraj created SQOOP-1912:
--------------------------------------

             Summary: Sqoop2: Fix the two Integration tests failing with local 
Runner
                 Key: SQOOP-1912
                 URL: https://issues.apache.org/jira/browse/SQOOP-1912
             Project: Sqoop
          Issue Type: Sub-task
            Reporter: Veena Basavaraj
            Assignee: Veena Basavaraj


{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)

Reply via email to