Description
Currently the stage table displays the file name and line number that is the call site that triggered the given stage. This is enormously useful for understanding the execution. But once a project adds utility classes and other indirections, the call site can become less meaningful, because the interesting line is further up the stack.
An idea to fix this is to display the entire call stack that triggered the stage. It would be collapsed by default and could be revealed with a click.
I have started working on this. It is a good way to learn about how the RDD interface ties into the UI.