[
https://issues.apache.org/jira/browse/OOZIE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239955#comment-14239955
]
Rohini Palaniswamy commented on OOZIE-2076:
-------------------------------------------
Few comments:
- oozie.use.system.libpath.default -> oozie.use.system.libpath.
- Combine the multiple testcases for systemlibpath into one
- If symlink is there should use symlink name in equals() and hashcode.
> Sharelib usage improvement
> --------------------------
>
> Key: OOZIE-2076
> URL: https://issues.apache.org/jira/browse/OOZIE-2076
> Project: Oozie
> Issue Type: Bug
> Reporter: Purshotam Shah
> Assignee: Purshotam Shah
> Attachments: OOZIE-2076-V1.patch
>
>
> 1. By default enable oozie.use.system.libpath.
> If the action property oozie.action.sharelib.for.#ACTIONTYPE# is set, it can
> safely be assumed that the user wants to use sharelib.
> Property oozie.action.sharelib.for.#ACTIONTYPE# itself indicate that user
> want to use sharelib.
> User can still disable sharelib for WF by setting
> oozie.use.system.libpath=false.
> We will have server level setting( oozie.use.system.libpath.default = false
> ) to support backward compatibility.
> 2.
> User should be able to enable/disable sharelib for action
> ( ex oozie.use.system.libpath = false ) at action level.
> =oozie.use.system.libpath= defined at action level overrides job setting.
> 3. Remove duplicate jars.
> ex. Hcat and hive have lots of duplicate jars. If user want to use both
> sharelib, too many duplicate jars may cause slow job submission.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)