You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to brainstorm about possible uses of spark.metrics.namespace, as described here
A possible example. Set spark.metrics.namespace to the spark cluster name assigned by the user or oshinko. So for a cluster named "wilma" the metrics from driver and executors would be:
wilma.metric.name instead of spark_app_uid.metric.name
This is an issue to brainstorm about possible uses of
spark.metrics.namespace, as described hereA possible example. Set
spark.metrics.namespaceto the spark cluster name assigned by the user or oshinko. So for a cluster named "wilma" the metrics from driver and executors would be:wilma.metric.nameinstead ofspark_app_uid.metric.name