[
https://issues.apache.org/jira/browse/OOZIE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Bafna updated OOZIE-2231:
----------------------------------
Attachment: OOZIE-2231-03.patch
[~rkanter], Uploading a patch with {{curator-2.11.0}} and {{guava-16.0.1}}.
1. The {{Stopwatch#elapsedMillis()}} is not available in guava-16. Updated
Stopwatch initialization instead of a deprecated constructor to static method
{{Stopwatch.createStarted()}}.
2. Indentation fixed. Refactored the indentation for property section of the
main {{pom.xml}}.
3. Defined a global {{<pig.guava.version>}}.
4. This should not be a problem. I was able to execute Oozie example workflows
without any issue. This is how lib's look like with patch.
{noformat}
$find . -name guava*
./share/lib/hive/guava-16.0.1.jar
./share/lib/spark/guava-14.0.1.jar
./share/lib/pig/guava-11.0.2.jar
./oozie-client/lib/guava-16.0.1.jar
./lib/guava-16.0.1.jar
./oozie-server/webapps/oozie/WEB-INF/lib/guava-16.0.1.jar
{noformat}
[~puru], [~rohini] Please have a look and let me know your feedback. Thanks.
> Upgrade curator to latest version 2.11.0
> ----------------------------------------
>
> Key: OOZIE-2231
> URL: https://issues.apache.org/jira/browse/OOZIE-2231
> Project: Oozie
> Issue Type: Bug
> Components: HA
> Reporter: Purshotam Shah
> Assignee: Abhishek Bafna
> Fix For: 4.3.0
>
> Attachments: OOZIE-2231-00.patch, OOZIE-2231-01.patch,
> OOZIE-2231-02.patch, OOZIE-2231-02.patch, OOZIE-2231-03.patch
>
>
> It have some fix related to InterProcessReadWriteLock, ChildReaper,
> LeaderSelector which we use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)