Thanks a lot.
By "spins up", do you mean using the same directory, specified by following?
/** Local directory to save .class files too */
val outputDir = {
val tmp = System.getProperty("java.io.tmpdir")
val rootDir = new SparkConf().get("spark.repl.classdir", tmp)
Utils.createTempDir(rootDir)
}
val virtualDirectory = new
PlainFile(outputDir) // "directory" for classfiles
val classServer = new
HttpServer(outputDir) /** Jetty server that will serve our classes to
worker nodes */
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabble.com/Spark-REPL-question-tp6331p6333.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.