[
https://issues.apache.org/jira/browse/OOZIE-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800831#comment-16800831
]
Andras Salamon commented on OOZIE-3443:
---------------------------------------
joda time was added to pig sharelib by OOZIE-1848 5 years ago. [~matijhs] could
you please test if the pig example works with your modification?
It seems to me that they require joda-time:
https://mvnrepository.com/artifact/org.apache.pig/pig/0.16.0 . That should be
added automatically if pig list it as a dependency. [~matijhs] Is it added by
default to the pig sharelib if you apply your changes?
> Migrate from joda time to java.time
> -----------------------------------
>
> Key: OOZIE-3443
> URL: https://issues.apache.org/jira/browse/OOZIE-3443
> Project: Oozie
> Issue Type: Improvement
> Affects Versions: trunk
> Reporter: Andras Salamon
> Assignee: Mate Juhasz
> Priority: Minor
> Attachments: OOZIE-3443-V1.patch, OOZIE-3443-V2.patch
>
>
> From Java SE 8 onwards, users are asked to migrate to from [joda
> time|https://www.joda.org/joda-time/] to java.time (JSR-310).
> It seems to me, that we only use it directly in one place:
> [TestWorkflowActionRetryInfoXCommand.java|https://github.com/apache/oozie/blob/master/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionRetryInfoXCommand.java]
> so it would be not too difficult to migrate.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)