[
https://issues.apache.org/jira/browse/OOZIE-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Cseh updated OOZIE-2852:
------------------------------
Description:
{{MRStats}} is the only class that needs json-simple in the oozie sharelib.
It's only used by SqoopAcitonExecutor and MRActionExecutor. It should be moved
to oozie-core so the json-simple depencency can be removed from the oozie
sharelib.
This is affecting only the oya branch right now.
was:
If I remove the json-simple dependency from the oozie sharelib, it compiles
just fine. It should be removed from it as it's not needed.
{noformat}
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<scope>compile</scope>
</dependency>
{noformat}
This is affecting only the oya branch right now.
> Remove simple-json dependency from oozie sharelib
> -------------------------------------------------
>
> Key: OOZIE-2852
> URL: https://issues.apache.org/jira/browse/OOZIE-2852
> Project: Oozie
> Issue Type: Bug
> Affects Versions: oya
> Reporter: Peter Cseh
> Assignee: Peter Cseh
> Fix For: oya
>
>
> {{MRStats}} is the only class that needs json-simple in the oozie sharelib.
> It's only used by SqoopAcitonExecutor and MRActionExecutor. It should be
> moved to oozie-core so the json-simple depencency can be removed from the
> oozie sharelib.
> This is affecting only the oya branch right now.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)