Github user chtyim commented on a diff in the pull request:
https://github.com/apache/twill/pull/65#discussion_r166078366
--- Diff: pom.xml ---
@@ -680,9 +680,9 @@
</build>
</profile>
<profile>
- <id>hadoop-2.5</id>
+ <id>hadoop-2.6</id>
<properties>
- <hadoop.version>2.5.1</hadoop.version>
+ <hadoop.version>2.6.5</hadoop.version>
--- End diff --
The profile for different versions of Hadoop is both for version specific
code as well as for running unit-tests. It is better to keep it and add the
hadoop-2.6
---