We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6637e3c commit fadbb9eCopy full SHA for fadbb9e
core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala
@@ -392,7 +392,8 @@ class StandaloneRestSubmitSuite extends FunSuite with BeforeAndAfterEach {
392
* If `faulty` is true, start an [[FaultyStandaloneRestServer]] instead.
393
* Return the master URL that corresponds to the address of this server.
394
*/
395
- private def startServer(makeFakeMaster: RpcEnv => RpcEndpoint, faulty: Boolean = false): String = {
+ private def startServer(
396
+ makeFakeMaster: RpcEnv => RpcEndpoint, faulty: Boolean = false): String = {
397
val name = "test-standalone-rest-protocol"
398
val conf = new SparkConf
399
val localhost = Utils.localHostName()
0 commit comments