Hello everyone, I am trying to build a local version of Oozie tests by building the code.
1) I wanted to know if the below is the expected run time for these tests, over 1 hour and they failed in between. This is the makeDist.sh command [INFO] Reactor Summary: [INFO] [INFO] Apache Oozie Main 5.3.0-SNAPSHOT ................... SUCCESS [ 1.092 s] [INFO] Apache Oozie Fluent Job ............................ SUCCESS [ 0.054 s] [INFO] Apache Oozie Fluent Job API ........................ SUCCESS [ 9.707 s] [INFO] Apache Oozie Client ................................ SUCCESS [ 5.794 s] [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 4.216 s] [INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 2.726 s] [INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 0.223 s] *[INFO] Apache Oozie Core .................................. SUCCESS [55:09 min]* [INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [06:48 min] [INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [03:54 min] [INFO] Apache Oozie Share Lib Git ......................... SUCCESS [01:00 min] [INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [03:02 min] [INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [02:31 min] [INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [03:44 min] [INFO] Apache Oozie Examples .............................. SUCCESS [ 28.476 s] [INFO] Apache Oozie Share Lib Spark ....................... FAILURE [01:43 min] [INFO] Apache Oozie Share Lib ............................. SKIPPED [INFO] Apache Oozie Docs .................................. SKIPPED [INFO] Apache Oozie WebApp ................................ SKIPPED [INFO] Apache Oozie Tools ................................. SKIPPED [INFO] Apache Oozie MiniOozie ............................. SKIPPED [INFO] Apache Oozie Fluent Job Client ..................... SKIPPED [INFO] Apache Oozie Server ................................ SKIPPED [INFO] Apache Oozie Distro ................................ SKIPPED [INFO] Apache Oozie ZooKeeper Security Tests 5.3.0-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ 2) What is the best way to run tests quickly and say if we want to test just for the client module? 3) If I try to run some selected project using maven command mvn -pl .,core clean test It fails for snapshot dependencies. I am building against the master, is there any best practice for this kind of scenario. [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project oozie-core: Could not resolve dependencies for project org.apache.oozie:oozie-core:jar:5.3.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.oozie:oozie-client:jar:5.3.0-SNAPSHOT, org.apache.oozie:oozie-sharelib-oozie:jar:5.3.0-SNAPSHOT, org.apache.oozie:oozie-sharelib-hcatalog:jar:5.3.0-SNAPSHOT, org.apache.oozie:oozie-sharelib-distcp:jar:5.3.0-SNAPSHOT, org.apache.oozie:oozie-fluent-job-api:jar:5.3.0-SNAPSHOT, org.apache.oozie:oozie-fluent-job-api:jar:tests:5.3.0-SNAPSHOT: Failure to find org.apache.oozie:oozie-client:jar:5.3.0-SNAPSHOT in https://repository.apache.org/content/groups/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.repo has elapsed or updates are forced -> [Help 1] I want to build it against the latest version of Hadoop, Spark, and Hive. Regards,