Metadata-Version: 2.1
Name: dask-yarn
Version: 0.9
Summary: Deploy dask clusters on Apache YARN
Home-page: UNKNOWN
License: BSD
Platform: UNKNOWN
Requires-Python: >=3.7
Requires-Dist: dask (>=2021.1.0)
Requires-Dist: distributed (>=2021.1.0)
Requires-Dist: skein (>=0.8.0)
Requires-Dist: grpcio (>=1.14.0)

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

|travis| |readthedocs| |pypi| |conda|

Dask-Yarn deploys Dask on `YARN
<https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html>`_
clusters, such 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 <http://yarn.dask.org>`_ for more information.


LICENSE
-------

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

.. |travis| image:: https://travis-ci.org/dask/dask-yarn.svg?branch=main
   :target: https://travis-ci.org/dask/dask-yarn
.. |pypi| image:: https://img.shields.io/pypi/v/dask-yarn.svg
   :target: https://pypi.org/project/dask-yarn/
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/dask-yarn.svg
   :target: https://anaconda.org/conda-forge/dask-yarn
.. |readthedocs| image:: https://readthedocs.org/projects/dask-yarn/badge/?version=latest
    :target: http://yarn.dask.org


