Hi guys,

When I set up my EMR cluster with Spark I add

"*.sink.graphite.prefix": "$env.$namespace.$team.$app" to metrics.properties

The cluster comes up with correct metrics.properties

Then I simply add-step to EMR with spark-submit without any metrics namespace 
parameter. In my Graphite, Spark is recording metrics with duplicate metrics 
prefix:

$env.$namespace.$team.$app.$env.$namespace.$team.$app

Has anyone else run into this?

Alex

Reply via email to