[
https://issues.apache.org/jira/browse/SQOOP-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662719#comment-14662719
]
Dian Fu commented on SQOOP-2446:
--------------------------------
Hi [~jarcec],
Thanks for the quick reply. Make sense to me. I see that this patch changes
the notification base URL to {{url.split("v1")\[0\] + "/v1/job/");}}, I think
it should be {{url.split("v1")\[0\] + "/v1/job/notification");}}.
> Sqoop2: Fix incorrect notification URL for execution engine
> -----------------------------------------------------------
>
> Key: SQOOP-2446
> URL: https://issues.apache.org/jira/browse/SQOOP-2446
> Project: Sqoop
> Issue Type: Bug
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Fix For: 1.99.7
>
> Attachments: SQOOP-2446.patch
>
>
> While looking into the {{NullPointerException}} in SQOOP-2439 I've noticed
> that we've changed the REST interface in incompatible way without changing
> the notification URL accordingly.
> The original way was to use {{job/status/$ID}} whereas the new format is
> {{job/$ID/status}}. We should change the notification URL accordingly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)