Metadata-Version: 2.1
Name: dask-yarn
Version: 0.2.0
Summary: Deploy dask clusters on Apache YARN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: BSD
Platform: UNKNOWN
Requires-Dist: dask (>=0.18.0)
Requires-Dist: distributed (>=1.22.0)
Requires-Dist: skein
Requires-Dist: backports.weakref; python_version <= "3.4"

Dask-Yarn
=========

|travis| |readthedocs|

Dask-Yarn deploys Dask on `YARN
<https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html>`_
clusters, as are found in traditional Hadoop installations. Dask-Yarn provides
an easy interface to quickly start, stop, and scale Dask clusters natively from
Python.

See `the documentation <https://dask-yarn.readthedocs.org>`_ for more
information.


LICENSE
-------

New BSD. See the
`License File <https://github.com/dask/dask-yarn/blob/master/LICENSE.txt>`_.

.. |travis| image:: https://travis-ci.org/dask/dask-yarn.svg?branch=master
   :target: https://travis-ci.org/dask/dask-yarn
.. |readthedocs| image:: https://readthedocs.org/projects/dask-yarn/badge/?version=latest
    :target: https://dask-yarn.readthedocs.io/en/latest/?badge=latest


