Skip to content
Snippets Groups Projects
Commit a97ad55c authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Removing accidental file

parent 5938cfc1
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,7 @@ private[spark] class DriverRunner(
}
/** Continue launching the supplied command until it exits zero or is killed. */
def runCommandWithRetry(command: Seq[String], envVars: Seq[(String, String)], baseDir: File)
: Unit = {
def runCommandWithRetry(command: Seq[String], envVars: Seq[(String, String)], baseDir: File) {
// Time to wait between submission retries.
var waitSeconds = 1
var cleanExit = false
......
package org.apache.spark.deploy.worker
object DriverWrapper {
def main(args: Array[String]) {
val c = Console.readChar()
println(s"Char: $c")
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment