Skip to content

Commit 5a09709

Browse files
committed
add in missing import
1 parent 3150ed6 commit 5a09709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import scala.collection.mutable
2121

2222
import org.apache.hadoop.conf.Configuration
2323
import org.apache.hadoop.fs.{FileSystem, Path}
24+
import org.apache.hadoop.fs.permission.FsPermission
2425
import org.json4s.jackson.JsonMethods._
2526

2627
import org.apache.spark.{Logging, SparkConf, SparkContext}

0 commit comments

Comments
 (0)