MetricsConfig
— Metrics System Configuration
The default configuration file is metrics.properties (that is first loaded from CLASSPATH before using the path) that can be changed using spark.metrics.conf property.
You can also configure the metrics system using spark.metrics.conf.
-prefixed Spark properties.
Note
|
MetricsConfig is instantiated when MetricsSystem is created.
|
Creating MetricsConfig
Instance
Caution
|
FIXME |
initialize
Method
Caution
|
FIXME |