[
https://issues.apache.org/jira/browse/OOZIE-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008472#comment-16008472
]
Artem Ervits commented on OOZIE-2780:
-------------------------------------
[~pbacsko] the 2nd test also passes on my environment so I think it is not
related.
{code}
mvn clean
-Dtest=org.apache.oozie.util.TestZKUtilsWithSecurity#testCheckAndSetACLs test
-Dhadoop.version=2.6.0
{code}
{noformat}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m;
support was removed in 8.0
Concurrency config is parallel='classes', perCoreThreadCount=false,
threadCount=1, useUnlimitedThreads=false
objc[38079]: Class JavaLaunchHelper is implemented in both
/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java
(0x1081f84c0) and
/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/lib/libinstrument.dylib
(0x1207ee4e0). One of the two will be used. Which one is undefined.
Running org.apache.oozie.util.TestZKUtilsWithSecurity
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.371 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Oozie Main .................................. SUCCESS [ 0.493 s]
[INFO] Apache Oozie Hadoop Utils hadoop-2-4.4.0-SNAPSHOT .. SUCCESS [ 1.906 s]
[INFO] Apache Oozie Hadoop Distcp hadoop-2-4.4.0-SNAPSHOT . SUCCESS [ 0.071 s]
[INFO] Apache Oozie Hadoop Auth hadoop-2-4.4.0-SNAPSHOT Test SUCCESS [ 0.267 s]
[INFO] Apache Oozie Hadoop Libs ........................... SUCCESS [ 0.014 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 2.770 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 2.807 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 2.010 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 0.659 s]
[INFO] Apache Oozie Core .................................. SUCCESS [ 20.873 s]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 4.373 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [ 3.171 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 3.496 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 3.215 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 1.830 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 11.999 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [01:14 min]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [ 0.012 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [ 0.896 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [ 16.385 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 8.460 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [ 5.051 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 13.079 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [ 1.359 s]
[INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [ 51.172 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:51 min
[INFO] Finished at: 2017-05-12T13:51:59-04:00
[INFO] Final Memory: 279M/456M
{noformat}
> Upgrade minimum Hadoop version to 2.6.0
> ---------------------------------------
>
> Key: OOZIE-2780
> URL: https://issues.apache.org/jira/browse/OOZIE-2780
> Project: Oozie
> Issue Type: Improvement
> Components: core
> Affects Versions: 4.3.0
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Priority: Minor
> Labels: newbie
> Fix For: 5.0.0
>
> Attachments: OOZIE-2780-0.patch, OOZIE-2780-1.patch,
> OOZIE-2780-2.patch
>
>
> I'd like to contribute an fs action enhancement to modify extended attributes
> to core but methods to change extended attributes is not available in
> hadoop-common < 2.6.0. Currently hadoop-common is at 2.4. I am contributing a
> patch to bump to 2.6 but so far I haven't been able to generate a clean test
> as tests in core module fail randomly. On the first run, I had a failure on
> {code} Failed tests:
> testCheckAfterActionDelete(org.apache.oozie.service.TestHAPartitionDependencyManagerService):
> Expected: <null> but was: [0000000-170123095541655-oozie-aerv-C@1]{code}
> and on second run
> {code}Failed tests: testWaitFor(org.apache.oozie.test.TestXTestCase):
> expected:<1000.0> but was:<2036.0>{code}
> I can't tell whether it is due to my patch?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)