[ https://issues.apache.org/jira/browse/OOZIE-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911277#comment-17911277 ]
Attila Sasvári commented on OOZIE-3728: --------------------------------------- [~dionusos] many thanks for the patch! Build results are reported now, but the unit tests are failing. If I try to create a release with {{bin/mkdistro.sh -Puber -DskipTests}}, the mvn build will fail due to non-existing pentaho dependencies. If you add {code} <exclusions> <exclusion> <groupId>org.pentaho</groupId> <artifactId>pentaho-aggdesigner-algorithm</artifactId> </exclusion> </exclusions> {code} to the *hive-webhcat-java-client* and *hive-hcatalog-server-extensions* dependencies of the uber profile in pom.xml, mkdistro.sh will succeed. Using a 1-node pseudo hadoop 2.8.5 cluster I installed in Docker, I submitted some of the Oozie examples: - MapReduce, Hive, Pig & Spark examples succeeded - Hive2, pySpark failed due to dependencies (I had no Hive2 server and python installed) > Upgrade Hadoop to 2.8.5 > ----------------------- > > Key: OOZIE-3728 > URL: https://issues.apache.org/jira/browse/OOZIE-3728 > Project: Oozie > Issue Type: Improvement > Components: core > Reporter: Dénes Bodó > Assignee: Dénes Bodó > Priority: Major > Attachments: OOZIE-3728-001.patch > > > In OOZIE-3725 it turned out that Oozie may be able to build if we upgrade > Hadoop to 2.8.5. There will be test failures, as I experienced due to timeout > because the underlying MR jobs didn't finish in time. > > Let's see how the build behaves with newer Hadoop 2, and if possible, try to > adjust test parameters to make them pass. -- This message was sent by Atlassian Jira (v8.20.10#820010)