Packages

p

ch

cern

package cern

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package eos
  2. package experimental

Type Members

  1. class CgroupMetrics extends SparkPlugin
  2. class CloudFSMetrics extends SparkPlugin

    Monitor S3A I/0 metrics using Hadoop's API FileSystem.getGlobalStorageStatistics FileSystem.getGlobalStorageStatistics has been introduced in Hadoop (client) version 2.8

    Monitor S3A I/0 metrics using Hadoop's API FileSystem.getGlobalStorageStatistics FileSystem.getGlobalStorageStatistics has been introduced in Hadoop (client) version 2.8

    Note: use with Spark 3.x built with Hadoop 3.2 profile (or higher, when available) or use it with Spark built without Hadoop and use your own Hadoop client version 2.8 or higher. Limitation: this currently supports only one filesystem at a time

    Parameters: filesystem name: --conf spark.cernSparkPlugin.cloudFsName=<name of the Hadoop compatible filesystem> (example: s3a) register metrics on the driver conditional to --conf spark.cernSparkPlugin.registerOnDriver=true

  3. class CloudFSMetrics27 extends SparkPlugin

    Instrument Cloud FS I/0 using Hadoop 2.7 client API for FileSystem.getAllStatistics Note this API is deprecated in more recent versions of Hadoop.

    Instrument Cloud FS I/0 using Hadoop 2.7 client API for FileSystem.getAllStatistics Note this API is deprecated in more recent versions of Hadoop. Requires the name of the Hadoop compatible filesystem to measure (s3a, oci, gs, root, etc). Limitation: currently supports only one filesystem at a time

    Parameters: filesystem name: --conf spark.cernSparkPlugin.cloudFsName=<name of the Hadoop compatible filesystem> (example: s3a) register metrics on the driver conditional to --conf spark.cernSparkPlugin.registerOnDriver=true

  4. class DemoMetricsPlugin extends SparkPlugin
  5. class DemoPlugin extends SparkPlugin
  6. class HDFSMetrics extends SparkPlugin

    Monitor HDFS I/0 metrics using Hadoop's API FileSystem.getGlobalStorageStatistics FileSystem.getGlobalStorageStatistics has been introduced in Hadoop (client) version 2.8

    Monitor HDFS I/0 metrics using Hadoop's API FileSystem.getGlobalStorageStatistics FileSystem.getGlobalStorageStatistics has been introduced in Hadoop (client) version 2.8

    Note: use with Spark 3.x built with Hadoop 3.2 profile (or higher, when available) or use it with Spark built without Hadoop and use your own Hadoop client version 2.8 or higher.

  7. class PyroscopePlugin extends SparkPlugin

    Use this Plugin to configure Pyroscope java agent data collection on Spark executors See https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/

    Use this Plugin to configure Pyroscope java agent data collection on Spark executors See https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/

    This plugin adds the following configurations: --conf spark.pyroscope.server - > default "http://localhost:4040", update to match the server name and port used by Pyroscope --conf spark.pyroscope.applicationName -> default spark.conf.get("spark.app.id") --conf spark.pyroscope.eventType -> default ITIMER, possible values ITIMER, CPU, WALL, ALLOC, LOCK

  8. class RunOSCommandPlugin extends SparkPlugin

Value Members

  1. object DemoPlugin
  2. object RunOSCommandPlugin

Ungrouped