|
@@ -6,7 +6,7 @@
|
|
(the "License"); you may not use this file except in compliance with
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
+ http://www.apache.org/licenses/LICENSE-2.01
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -66,6 +66,76 @@
|
|
<include>**/*</include>
|
|
<include>**/*</include>
|
|
</includes>
|
|
</includes>
|
|
</fileSet>
|
|
</fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-api/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-unmanaged-am-launcher/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-client/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-common/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
|
|
+ <fileSet>
|
|
|
|
+ <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/target</directory>
|
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*-sources.jar</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </fileSet>
|
|
<fileSet>
|
|
<fileSet>
|
|
<directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf</directory>
|
|
<directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf</directory>
|
|
<outputDirectory>etc/hadoop</outputDirectory>
|
|
<outputDirectory>etc/hadoop</outputDirectory>
|