Added the missing hadoop-2.6 profile in the twill-yarn module Project: http://git-wip-us.apache.org/repos/asf/twill/repo Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/7f494d13 Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/7f494d13 Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/7f494d13
Branch: refs/heads/site Commit: 7f494d13da45e6f9a27dfe1b4bde9d521d306c20 Parents: af60a02 Author: Terence Yim <[email protected]> Authored: Fri Mar 9 13:55:05 2018 -0800 Committer: Terence Yim <[email protected]> Committed: Fri Mar 9 13:55:05 2018 -0800 ---------------------------------------------------------------------- twill-yarn/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/twill/blob/7f494d13/twill-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/twill-yarn/pom.xml b/twill-yarn/pom.xml index 9e99886..ae68a2e 100644 --- a/twill-yarn/pom.xml +++ b/twill-yarn/pom.xml @@ -178,6 +178,19 @@ </build> </profile> <profile> + <id>hadoop-2.6</id> + <build> + <resources> + <resource> + <directory>${hadoop20.output.dir}</directory> + </resource> + <resource> + <directory>src/main/resources</directory> + </resource> + </resources> + </build> + </profile> + <profile> <id>mapr-hadoop-2.4</id> <dependencies> <dependency>
