I want to configure Apache Spark for collecting metrics using Jolokia. For that I am able to do in standalone but not in Cloudera Data Platform as it requires to edit the conf directory in which bigdata.ini file is present.
I want to add the following lines in it:-
[Spark-Master]
stats: http://127.0.0.1:7777/jolokia/read
Do anyone have any idea that how can we configure this in Cloudera?