8000 Adaptation between Hadoop 3.4.1 and Oozie 5.2.1 versions by lizhengtian · Pull Request #7678 · apache/hadoop · GitHub
[go: up one dir, main page]

Skip to content

Adaptation between Hadoop 3.4.1 and Oozie 5.2.1 versions #7678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

lizhengtian
Copy link

Modify the Oozie configuration file to address the incompatibility between Hadoop 3.4.1 and Oozie 5.2.1, which causes the inability to use them in conjunction.

Detailed operations:
1、Download the Oozie source code and compile it. Adjust the Hadoop dependencies to version 3.4.1.
2、Deploy the compiled Oozie. Modify oozie-site.xml, generate SQL (bin/ooziedb.sh create -sqlfile oozie.sql -run), configure the Oozie database, and adjust Hadoop dependencies (bin/oozie-setup.sh sharelib create -fs hdfs://hadoop001:9000 -locallib oozie-sharelib-5.2.1.tar.gz).
3、Write workflow.xml to test Hadoop integration (bin/oozie job -oozie http://192.168.137.200:11000/oozie -config job.properties -run).

…tween Hadoop 3.4.1 and Oozie 5.2.1, which causes the inability to use them in conjunction.
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 54s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 xmllint 0m 1s xmllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 💚 mvninstall 43m 13s trunk passed
+1 💚 compile 17m 44s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 18s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 mvnsite 22m 42s trunk passed
+1 💚 javadoc 10m 25s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 8m 51s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 shadedclient 159m 53s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 35s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 21s /patch-mvninstall-oozie.txt oozie in the patch failed.
-1 ❌ mvninstall 0m 57s /patch-mvninstall-oozie_examples.txt examples in the patch failed.
-1 ❌ mvninstall 0m 45s /patch-mvninstall-oozie_sharelib_pig.txt pig in the patch failed.
-1 ❌ mvninstall 0m 26s /patch-mvninstall-oozie_webapp.txt webapp in the patch failed.
+1 💚 compile 17m 14s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 17m 14s the patch passed
+1 💚 compile 15m 26s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 15m 26s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 3 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
+1 💚 mvnsite 20m 24s the patch passed
+1 💚 javadoc 10m 11s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 7m 45s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 shadedclient 79m 20s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 693m 47s /patch-unit-root.txt root in the patch passed.
+1 💚 asflicense 1m 34s The patch does not generate ASF License warnings.
1008m 55s
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerMultiNodes
hadoop.mapred.gridmix.TestSleepJob
hadoop.mapred.gridmix.TestLoadJob
hadoop.mapred.gridmix.TestGridmixSubmission
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7678/1/artifact/out/Dockerfile
GITHUB PR #7678
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell detsecrets xmllint
uname Linux 60f9f917bed3 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / e3747f6
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7678/1/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: . oozie oozie/examples oozie/sharelib/pig oozie/webapp U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7678/1/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0