Metadata-Version: 2.4
Name: sparkmeasure
Version: 0.28.0
Summary: Python API for sparkMeasure, a tool for performance troubleshooting of Apache Spark workloads.
Author-email: Luca Canali <luca.canali@cern.ch>
License: Apache-2.0
Project-URL: Homepage, https://github.com/lucacanali/sparkMeasure
Project-URL: Documentation, https://github.com/lucacanali/sparkMeasure
Project-URL: Source, https://github.com/lucacanali/sparkMeasure
Project-URL: Tracker, https://github.com/lucacanali/sparkMeasure/issues
Project-URL: Changelog, https://github.com/lucacanali/sparkMeasure/releases
Keywords: spark,apache spark,performance,monitoring,metrics,troubleshooting
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: pyspark
Requires-Dist: pyspark>=3.0.0; extra == "pyspark"

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.
Use it from Python programs, PySpark, Jupyter notebooks, or in general as a tool to instrument and collect runtime metrics for your Spark jobs.

Key Features:
- Interactive troubleshooting for Spark workloads.
- Batch job analysis with Flight Recorder mode.
- Monitoring with external systems (InfluxDB, Kafka, Prometheus).
- Language support for Scala, Java, and Python.
- Educational tool demonstrating Spark Listener interface.

For more information, see the [sparkMeasure GitHub page and documentation](https://github.com/lucacanali/sparkMeasure).
