[
https://issues.apache.org/jira/browse/OOZIE-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786660#comment-16786660
]
Andras Salamon commented on OOZIE-1624:
---------------------------------------
[~matijhs] I've just realized that the patch contains no documentation change.
I think this feature should be documented, adding a simple example to the
documentation would also be useful. Probably you could add a new section 17.2
to
[here|https://oozie.apache.org/docs/5.1.0/WorkflowFunctionalSpec.html#ShareLib].
> Exclusion pattern for sharelib JARs
> -----------------------------------
>
> Key: OOZIE-1624
> URL: https://issues.apache.org/jira/browse/OOZIE-1624
> Project: Oozie
> Issue Type: Sub-task
> Affects Versions: 4.3.1
> Reporter: Purshotam Shah
> Assignee: Mate Juhasz
> Priority: Major
> Attachments: OOZIE-1624-V2.patch, OOZIE-1624-V3.patch,
> OOZIE-1624-V4.patch, OOZIE-1624-V5.patch, OOZIE-1624-v1.patch
>
>
> Sharelib may bring some jar which might conflict with user jars.
> Ex. Sharelib hive has json-2.xxxx.jar, where as some of the user use-case
> need higher version of json jar.
> He should be able to exclude sharelib json jar and bring his own version.
> <property>
> <name>oozie.action.sharelib.for.hive.exclusion</name>
> <value>json-\*.jar|abc-*.jar</value>
> </property>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)