Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19920#discussion_r155603357
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -29,6 +29,7 @@ import org.apache.spark.executor.TaskMetrics
import org.apache.spark.internal.Logging
import org.apache.spark.scheduler._
import org.apache.spark.status.api.v1
+import org.apache.spark.status.api.v1.{ApplicationAttemptInfo,
ApplicationEnvironmentInfo, ApplicationInfo, RuntimeInfo}
--- End diff --
Just use `v1.blah` like existing code in this class.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]