Metadata-Version: 2.1
Name: Livy-Submit
Version: 1.1.0
Summary: Livy-Submit enables you to send your python files to a spark cluster using Livy running on edge node
Home-page: https://github.com/gdiepen/livy-submit
Author: Guido Diepen
Author-email: site-github@guidodiepen.nl
License: MIT
Description: # Livy-Submit
        
        With Livy-Submit, you can easily send pyspark files to run on your spark 
        cluster in the case you don't have access to spark-submit on an edge-node
        but you do have access to a Livy service on an edge-node.
        
        You can find more information, including a sample session on https://www.guidodiepen.nl/2019/06/submitting-pyspark-jobs-to-livy-with-livy_submit/
        
        ## Prerequisites
        
        The application is build using the requests library. It also can make use
        of keyring to store the password for connecting to your edgenode (in order
        for you not to have it hardcoded anywhere else).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
