Skip to content

Commit

Permalink
[SPARK-11109] [CORE] Move FsHistoryProvider off deprecated AccessCont…
Browse files Browse the repository at this point in the history
…rolException

Switched from deprecated org.apache.hadoop.fs.permission.AccessControlException to org.apache.hadoop.security.AccessControlException.

Author: gweidner <gweidner@us.ibm.com>

Closes apache#9144 from gweidner/SPARK-11109.
gweidner authored and Marcelo Vanzin committed Oct 16, 2015
1 parent e1eef24 commit ac09a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ import scala.collection.mutable
import com.google.common.io.ByteStreams
import com.google.common.util.concurrent.{MoreExecutors, ThreadFactoryBuilder}
import org.apache.hadoop.fs.{FileStatus, FileSystem, Path}
import org.apache.hadoop.fs.permission.AccessControlException
import org.apache.hadoop.security.AccessControlException

import org.apache.spark.{Logging, SecurityManager, SparkConf, SparkException}
import org.apache.spark.deploy.SparkHadoopUtil

0 comments on commit ac09a3a

Please sign in to comment.