Skip to content

HADOOP-17529. Upgrade os-maven-plugin to 1.7.0 #2700

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

advancedwebdeveloper
Copy link

In favor of supporting RISC-V architecture.

CC @trustin

https://issues.apache.org/jira/browse/HADOOP-17529

In favor of supporting RISC-V architecture.

CC @trustin
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 11s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+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 34m 38s trunk passed
+1 💚 compile 0m 16s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 0m 16s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 mvnsite 0m 21s trunk passed
+1 💚 shadedclient 51m 19s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 0m 19s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 17s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
_ Patch Compile Tests _
+1 💚 mvninstall 0m 13s the patch passed
+1 💚 compile 0m 11s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 0m 11s the patch passed
+1 💚 compile 0m 10s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 0m 10s the patch passed
+1 💚 mvnsite 0m 12s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 1s The patch has no ill-formed XML file.
+1 💚 shadedclient 15m 16s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 0m 15s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 14s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
_ Other Tests _
+1 💚 unit 0m 13s hadoop-project in the patch passed.
+1 💚 asflicense 0m 29s The patch does not generate ASF License warnings.
72m 58s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2700/1/artifact/out/Dockerfile
GITHUB PR #2700
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml
uname Linux 9d0d79277648 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c3134ab
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2700/1/testReport/
Max. process+thread count 613 (vs. ulimit of 5500)
modules C: hadoop-project U: hadoop-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2700/1/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@aajisaka
Copy link
Member

Would you remove the following two lines to remove the duplicate properties and configurations?

<os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>

<version>${os-maven-plugin.version}</version>

@steveloughran
Copy link
Contributor

..we should also think about (purely for yetus runs) adding some spurious changes to those modules we want a native build to run for the regression tests. Akira -which ones are that these days?

@aajisaka
Copy link
Member

I think now os-maven-plugin is used only in the hadoop-yarn-csi module, so it is sufficient to add a change to a source java file in the module.

@advancedwebdeveloper
Copy link
Author

I am hardly able to follow your thoughts.
I am not familiar with the module hierarchy - so please feel free to rewrite the source code yourself.

There is no specific JNI stuff, for os-maven-plugin, which would depend on your environment. Properly identified architecture allows to pick up the latest version of the artifact - but that should be enough.

@steveloughran
Copy link
Contributor

I am not familiar with the module hierarchy - so please feel free to rewrite the source code yourself.

well, the yarn-csi module depends on the main one, so it shouldn't be defining its own version. If the plugin version is set as a property in hadoop-project, then it can be referred to in both places

@advancedwebdeveloper
Copy link
Author

So what should be done next?

@aajisaka
Copy link
Member

@advancedwebdeveloper

So what should be done next?

You need to remove the two lines commented in #2700 (comment) to reflect the following comment:

well, the yarn-csi module depends on the main one, so it shouldn't be defining its own version. If the plugin version is set as a property in hadoop-project, then it can be referred to in both places

I think it is fine.

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

Successfully merging this pull request may close these issues.

4 participants