Install Spark History Server provider
To install the Spark History Server provider, create a YAML file (called provider.yml
in this example) with the definition of the provider:
# Spark History Server Telemetry Provider
name: SparkHistoryServer
description: Telemetry Provider that enables to import of metrics from Spark History Server instances
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/spark-history-server-provider:3.1.4
Then you can install the provider using the Akamas CLI:
akamas install telemetry-provider provider.yml
The installed provider is shared with all users of your Akamas installation and can monitor many different systems, by configuring appropriate telemetry provider instances.
Last updated
Was this helpful?