Metadata-Version: 2.1
Name: sparkmeasure
Version: 0.23.2
Summary: Python API for sparkMeasure, a tool for performance troubleshooting of Apache Spark workloads.
Home-page: https://github.com/lucacanali/sparkMeasure
Author: Luca Canali
Author-email: luca.canali@cern.ch
License: Apache License, Version 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown

SparkMeasure is a tool for performance troubleshooting of Apache Spark workloads.  
It simplifies the collection and analysis of Spark performance metrics. The bulk of sparkMeasure is written in Scala.
This package contains the Python API for sparkMeasure and is intended to work Python and Spark.
Use from PySpark, or in Jupyter notebook environments, or in general as a tool to instrument Spark jobs in your Python code.  
**[Link to sparkMeasure GitHub page and documentation](https://github.com/lucacanali/sparkMeasure)**
