I use Apache Spark and the metrics user interface (found on 4040) is very useful.
I wonder if it is possible to add user metrics in this user interface, custom task parameters, but possibly RDD user metrics. (e.g. runtime for RDD conversion only)
It would be nice to have custom metrics grouped by batch jobs and thread tasks.
I saw the TaskMetrics object , but it was marked as dev api and it looks just useful for input or output sources and does not support user-defined values.
Is there a way to spark? Or an alternative?
crak source
share