Skip to content

Commit

Permalink
[SPARK-10549] scala 2.11 spark on yarn with security - Repl doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Graves committed Sep 11, 2015
1 parent 1dc7548 commit 2094e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Main extends Logging {
s.processArguments(List("-Yrepl-class-based",
"-Yrepl-outdir", s"${outputDir.getAbsolutePath}",
"-classpath", getAddedJars.mkString(File.pathSeparator)), true)
val classServer = new HttpServer(conf, outputDir, new SecurityManager(conf))
lazy val classServer = new HttpServer(conf, outputDir, new SecurityManager(conf))
var sparkContext: SparkContext = _
var sqlContext: SQLContext = _
var interp = new SparkILoop // this is a public var because tests reset it.
Expand Down

0 comments on commit 2094e94

Please sign in to comment.