Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boazmohar/pysparkutils

A collection of utilities for handling pySpark's SparkContext
https://github.com/boazmohar/pysparkutils

pyspark python spark

Last synced: about 1 month ago
JSON representation

A collection of utilities for handling pySpark's SparkContext

Awesome Lists containing this project

README

        

pySparkUtils
============

|Build Status| |PyPI version| |Updates| |Cover|

A collection of utilities for handling pySpark SparkContext

install
-------

.. code:: bash

pip install pySparkUtils

support
-------

Tested on Spark 2.2 with python 2.7, 3.5 and 3.6

documentation
-------------

`API Documentation`_

contributing
------------

Fell free to create issues or PRs

release
-------

.. code:: bash

py.test -s -v --cov=./pySparkUtils --pep8
bumpversion patch
/docs/make html
python setup.py sdist
twine upload dist/...

.. _API Documentation: https://boazmohar.github.io/pySparkUtils/pySparkUtils.html#module-pySparkUtils.utils

.. |Updates| image:: https://pyup.io/repos/github/boazmohar/pySparkUtils/shield.svg
:target: https://pyup.io/repos/github/boazmohar/pySparkUtils/
.. |Build Status| image:: https://travis-ci.org/boazmohar/pySparkUtils.svg?branch=master
:target: https://travis-ci.org/boazmohar/pySparkUtils
.. |PyPI version| image:: https://badge.fury.io/py/pySparkUtils.svg
:target: https://badge.fury.io/py/pySparkUtils
.. |Cover| image:: https://coveralls.io/repos/github/boazmohar/pySparkUtils/badge.svg?branch=master
:target: https://coveralls.io/github/boazmohar/pySparkUtils?branch=master