YARN-7530. Refactored YARN service API project location.

Contributed by Chandni Singh
This commit is contained in:
Eric Yang 2018-05-18 17:29:10 -04:00
parent 89f5911392
commit a23ff8d880
28 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@
</includes>
</fileSet>
<fileSet>
<directory>hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services-api/target</directory>
<directory>hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-api/target</directory>
<outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
<includes>
<include>*-sources.jar</include>

View File

@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-applications</artifactId>
<artifactId>hadoop-yarn-services</artifactId>
<version>3.2.0-SNAPSHOT</version>
</parent>
<artifactId>hadoop-yarn-services-api</artifactId>

View File

@ -34,5 +34,6 @@
<modules>
<module>hadoop-yarn-services-core</module>
<module>hadoop-yarn-services-api</module>
</modules>
</project>

View File

@ -37,7 +37,6 @@
<module>hadoop-yarn-applications-distributedshell</module>
<module>hadoop-yarn-applications-unmanaged-am-launcher</module>
<module>hadoop-yarn-services</module>
<module>hadoop-yarn-services-api</module>
</modules>
<profiles>