[
https://issues.apache.org/jira/browse/OOZIE-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251607#comment-16251607
]
Peter Bacsko commented on OOZIE-3002:
-------------------------------------
It becomes even more confusing if we look at the mapping definition:
{noformat}
COORD_JOB.put("getTimeout", new Property(JsonTags.COORDINATOR_JOB_TIMEOUT,
Integer.TYPE));
{noformat}
So we define an integer here but we still set a long value which is cast back
to an int later. Does anyone understand this?
> address findbugs errors in client lib
> -------------------------------------
>
> Key: OOZIE-3002
> URL: https://issues.apache.org/jira/browse/OOZIE-3002
> Project: Oozie
> Issue Type: Bug
> Components: client
> Affects Versions: 4.3.0
> Environment: Java 1.8.0.131
> Maven 3.5.0
> OSX 10.12.5
> commit 18694b616f419ed958230cedb2dc0431a9f9cb5d
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Attachments: OOZIE-3002-0.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)