[
https://issues.apache.org/jira/browse/OOZIE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049103#comment-14049103
]
Robert Kanter commented on OOZIE-1447:
--------------------------------------
Our next release will likely be Oozie 4.1.0, but we unfortunately don't have a
timeframe for that yet.
> Sqoop actions that don't launch a map reduce job fail with an
> IllegalArgumentException
> --------------------------------------------------------------------------------------
>
> Key: OOZIE-1447
> URL: https://issues.apache.org/jira/browse/OOZIE-1447
> Project: Oozie
> Issue Type: Bug
> Components: action
> Affects Versions: 3.3.2
> Reporter: Robert Kanter
> Assignee: Jarek Jarcec Cecho
> Fix For: trunk
>
> Attachments: bugOOZIE-1447.patch
>
>
> 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:
> {noformat}
> 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 : -
> ------------------------------------------------------------------------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)