Re: Accumulators not available in Task.taskMetrics

2017-10-05 Thread Tarun Kumar
Any response on this one? Thanks in advance! On Thu, Oct 5, 2017 at 1:44 PM, Tarun Kumar wrote: > Hi, I registered an accumulator in driver via > sparkContext.register(myCustomAccumulator, > "accumulator-name"). But this accumulator is not available in > task.metrics.accumulators() > list. Acc

Accumulators not available in Task.taskMetrics

2017-10-05 Thread Tarun Kumar
Hi, I registered an accumulator in driver via sparkContext.register(myCustomAccumulator, "accumulator-name"). But this accumulator is not available in task.metrics.accumulators() list. Accumulator is not visible in spark UI as well. Does spark need different configuration to make accumulator visib