Spark History Server connector - polls and publishes jobs to NATS
Project description
spark-advisor-hs-connector
Spark History Server connector — fetches job data and publishes to NATS. Part of the spark-advisor ecosystem.
Install
pip install spark-advisor-hs-connector
What it does
Connects to Apache Spark History Server REST API to fetch job metrics, stage details, executor info, and configuration. Operates in two modes:
- On-demand — NATS subscriber for
job.fetchrequests (returnsJobAnalysis) - Background polling — periodically scans History Server for new applications and publishes them to NATS
History Server endpoints used
GET /api/v1/applications/{app-id}— app metadataGET /api/v1/applications/{app-id}/environment— spark.* configGET /api/v1/applications/{app-id}/stages— stage metricsGET /api/v1/applications/{app-id}/stages/{id}/{attempt}/taskSummary— task distributionGET /api/v1/applications/{app-id}/executors— executor metrics
Deployment
export SA_HS_CONNECTOR_HISTORY_SERVER_URL=http://yarn:18080
export SA_HS_CONNECTOR_NATS__URL=nats://localhost:4222
spark-advisor-hs-connector
Configuration
| Variable | Default | Description |
|---|---|---|
SA_HS_CONNECTOR_HISTORY_SERVER_URL |
http://localhost:18080 |
Spark History Server URL |
SA_HS_CONNECTOR_NATS__URL |
nats://localhost:4222 |
NATS broker URL |
SA_HS_CONNECTOR_POLL_INTERVAL_SECONDS |
60 |
Polling interval |
SA_HS_CONNECTOR_BATCH_SIZE |
50 |
Apps per poll cycle |
SA_HS_CONNECTOR_OTEL__ENABLED |
false |
Enable OpenTelemetry distributed tracing |
Links
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spark_advisor_hs_connector-0.1.21.tar.gz.
File metadata
- Download URL: spark_advisor_hs_connector-0.1.21.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf856269cb2f3066f851ec5588b244fc6999e9cd81f030d3d41524204a86895
|
|
| MD5 |
42efc84d2e920018ba11a7dc6aecc66e
|
|
| BLAKE2b-256 |
3d543113c31a1ac86c2f16fe560a050fc118477ac2dd85bcfb98f215c41a2df0
|
File details
Details for the file spark_advisor_hs_connector-0.1.21-py3-none-any.whl.
File metadata
- Download URL: spark_advisor_hs_connector-0.1.21-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac57dcb1bb6463d2becf58c1e0cabbb41ad4aaedc41771f978515229ea9b268e
|
|
| MD5 |
6dafd53318e34203d5f6c0e7a84043a5
|
|
| BLAKE2b-256 |
51e582d7ab758dbbda953e49ac63cfbe6c0cfa52fb8a1a4df6aed689aa6da405
|