StandaloneSparkSubmit

scala.cli.commands.run.RunMode$.StandaloneSparkSubmit
final case class StandaloneSparkSubmit(submitArgs: Seq[String]) extends Spark

Attributes

Graph
Supertypes
class Spark
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Inherited
  • Not inherited
  • Product

Members list

Concise view

Value members

Concrete methods

def withSubmitArgs(args: Seq[String]): StandaloneSparkSubmit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product