Release Notes - Apache Twill - 0.12.0
New Feature:
- TWILL-240 Improve EventHandler to handle more application lifecycle events
Improvement:
Bug fixes:
- TWILL-237 - Twill is using hdfs HAUtil api that is nont-compatible with hadoop 2.8
Project dependencies
Maven
For your application module
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-api</artifactId>
<version>0.12.0</version>
</dependency>
For the your Apache Twill YARN client module
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-yarn</artifactId>
<version>0.12.0</version>
</dependency>
