Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.5.0
-
None
-
None
Description
When we using JMX to monitor spark system, We have to configure the name of target metrics in the monitor system. But the current name of metrics is appId + executorId + source . So when the spark program restarted, we have to update the name of metrics in the monitor system.
We should add an optional configuration property to control whether using the appName instead of appId in spark metrics system.
Attachments
Issue Links
- duplicates
-
SPARK-5847 Allow for configuring MetricsSystem's use of app ID to namespace all metrics
- Resolved