blob: 5f64cdcf38c91b78224107d9649a9fa28792cf0f [file] [log] [blame]
What is Apache Twill?
---------------------
Twill is an abstraction over Apache Hadoop® YARN that reduces the complexity
of developing distributed applications, allowing developers to focus more on
their business logic. Twill allows you to use YARNs distributed capabilities
with a programming model that is similar to running threads.
Getting Started
---------------
You can build and install the Apache Twill by:
git clone https://git-wip-us.apache.org/repos/asf/incubator-twill.git
cd incubator-twill
mvn install
After the maven installation completes, you can include the artifact
org.apache.twill:twill-yarn as a dependency on your other projects.
Export Control
-------------
This distribution includes cryptographic software. The country in which you
currently reside may have restrictions on the import, possession, use, and/or
re-export to another country, of encryption software. BEFORE using any
encryption software, please check your country's laws, regulations and
policies concerning the import, possession, or use, and re-export of encryption
software, to see if this is permitted. See <http://www.wassenaar.org/> for more
information.
The U.S. Government Department of Commerce, Bureau of Industry and Security
(BIS), has classified this software as Export Commodity Control Number (ECCN)
5D002.C.1, which includes information security software using or performing
cryptographic functions with asymmetric algorithms. The form and manner of this
Apache Software Foundation distribution makes it eligible for export under the
License Exception ENC Technology Software Unrestricted (TSU) exception (see the
BIS Export Administration Regulations, Section 740.13) for both object code and
source code.
The following provides more details on the included cryptographic software:
Apache Twill uses the built-in java cryptography libraries for unique ID
generation. See
http://www.oracle.com/us/products/export/export-regulations-345813.html
for more details on Java's cryptography features.