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/7c0c9e6e
Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/7c0c9e6e
Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/7c0c9e6e

Branch: refs/heads/branch-0.12.0
Commit: 7c0c9e6ec743d76402bfd7215fe0adb92b9fb0a4
Parents: 3c68eaa
Author: Terence Yim <[email protected]>
Authored: Fri Mar 9 13:55:05 2018 -0800
Committer: Terence Yim <[email protected]>
Committed: Fri Mar 16 14:10:53 2018 -0700

----------------------------------------------------------------------
 twill-yarn/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/twill/blob/7c0c9e6e/twill-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/twill-yarn/pom.xml b/twill-yarn/pom.xml
index 64c5835..266477b 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>

Reply via email to