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 8a86269c51
commit 61e8974049
28 changed files with 2 additions and 2 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

@ -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>