Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/65#discussion_r166160088 --- 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 -- Yes, that's correct.
---