JiaLiangC commented on code in PR #6373:
URL: https://github.com/apache/hadoop/pull/6373#discussion_r1439125035
##########
hadoop-yarn-project/pom.xml:
##########
@@ -90,6 +91,56 @@
<artifactId>hadoop-yarn-applications-catalog-webapp</artifactId>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-applications-distributedshell</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-applications-unmanaged-am-launcher</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-server-tests</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-server-timelineservice-hbase-client</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
Review Comment:
cd hadoop-yarn-project
mvn clean -T2C -Pnative -Pdist -Dtar -Psrc -Pyarn-ui
-Dzookeeper.version=3.7.2 -Dhbase.profile=2.0 -DskipTests -DskipITs install
The purpose of adding exclusions here is to resolve version conflicts during
compilation, as shown in the diagram. I did not encounter this conflict when
testing with Hadoop 3.3.6; it only appears in the trunk branch.

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]