Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-1447

Sqoop actions that don't launch a map reduce job fail with an IllegalArgumentException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.2
    • 4.1.0
    • action
    • None

    Description

      The Sqoop action currently assumes that it will always launch an MR job, so if it doesn't (which happens when eval is used), then even if the actual action succeeds, Oozie will run into an IllegalArgumentException trying to parse an empty string as a Hadoop job id. The error is mentioned in the Oozie log, but there is no stack trace.

      You get this confusing output when querying for the action:

      oozie job -info 0000002-130710121740870-oozie-oozi-W@eval
      ID : 0000002-130710121740870-oozie-oozi-W@eval
      ------------------------------------------------------------------------------------------------------------------------------------
      Console URL       : http://localhost:50030/jobdetails.jsp?jobid=job_201306132134_0027
      Error Code        : IllegalArgumentException
      Error Message     : IllegalArgumentException: JobId string :  is not properly formed
      External ID       : job_201306132134_0027
      External Status   : SUCCEEDED
      Name              : eval
      Retries           : 0
      Tracker URI       : localhost:8021
      Type              : sqoop
      Started           : 2013-07-10 19:29 GMT
      Status            : ERROR
      Ended             : -
      ------------------------------------------------------------------------------------------------------------------------------------
      

      Attachments

        1. bugOOZIE-1447.patch
          6 kB
          Jarek Jarcec Cecho

        Issue Links

          Activity

            People

              jarcec Jarek Jarcec Cecho
              rkanter Robert Kanter
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: