Jarek Jarcec Cecho created SQOOP-696:
----------------------------------------
Summary: Client command submission status will finish gracefully
when executed for non existing job
Key: SQOOP-696
URL: https://issues.apache.org/jira/browse/SQOOP-696
Project: Sqoop
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Jarek Jarcec Cecho
Fix For: 2.0.0
Getting submission status for non existing job will finish gracefully whereas
similar command for starting new job will end up with exception. I would
recommend to unify the behavior.
{code}
sqoop:000> submission start --jid 666
Exception has occurred during processing command
Server has returned exception: Exception: java.lang.Throwable Message:
DERBYREPO_0030:Unable to load specific job metadata from repository - Couldn't
find job with id 666
sqoop:000> submission status --jid 666
Submission details
Job id: 666
Status: NEVER_EXECUTED
Creation date: 2012-26-14 11:26:40 PST
Last update date: 2012-26-14 11:26:40 PST
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira