Hi, are there any utilities built into Hail for gathering Spark execution plans after the intermediate representation is translated into Spark commands? Or is the Spark UI the best place to go for figuring out what goes on when a command is run?
I would imagine some Hail commands correspond to multiple Actions so getting a single plan is no doubt hard, but I thought I’d see if there were any tricks built in for getting that kind of visibility.