[ 
https://issues.apache.org/jira/browse/OOZIE-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

purshotam shah updated OOZIE-1624:
----------------------------------

    Description: 
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.exclusion</name>
        <value>json-*.jar,abc-*.jar</value>
 </property>

> Exclusion pattern for sharelib.
> -------------------------------
>
>                 Key: OOZIE-1624
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1624
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: purshotam shah
>
> 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.exclusion</name>
>         <value>json-*.jar,abc-*.jar</value>
>  </property>



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to