I'm currently working on a project using someone else's code. I understand the basic concept of how this code works, but not all of it. To that end, I'm trying to trace a small example through a run. I know I can do this using println
but I would really like to visualize the graph after each operation.
Can the graph generated in spark be viewed? I'm using Zeppelin because I read it does help with this and other debugging but I was hoping to actually make a visual representation of the graph.
Is this possible?