[ https://issues.apache.org/jira/browse/SPARK-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249557#comment-15249557 ]
Saisai Shao commented on SPARK-14725: ------------------------------------- I think now it forces to use RPC and there's no other option to configure: {code} _conf.getOption("spark.repl.class.outputDir").foreach { path => val replUri = _env.rpcEnv.fileServer.addDirectory("/classes", new File(path)) _conf.set("spark.repl.class.uri", replUri) } {code} Also there's no code creating and launching this {{HttpServer}}. > Remove HttpServer > ----------------- > > Key: SPARK-14725 > URL: https://issues.apache.org/jira/browse/SPARK-14725 > Project: Spark > Issue Type: Bug > Components: Spark Core > Reporter: Saisai Shao > Priority: Minor > > {{HttpServer}} used to support broadcast variables and jars/files > transmission now seems obsolete, by searching the codes, actually no one > class depends on it except one unit test, so here propose to remove it. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org