Profiling Spark Applications with Java Flight Recorder
Java Flight Recorder for Spark on Yarn In a previous post we have discussed how to enable Java Flight Recorder for Java applications. Here we show how to enable Java Flight Recorder for Spark applications running on Yarn. In this example, we use “RDDRelation”, a Spark SQL application that is provided in Spark distribution. We […]