All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spark.deploy.Command.scala Maven / Gradle / Ivy

The newest version!
package spark.deploy

import scala.collection.Map

private[spark] case class Command(
    mainClass: String,
    arguments: Seq[String],
    environment: Map[String, String]) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy