t

tech.ytsaurus.spark.launcher

SparkLauncher

trait SparkLauncher extends AnyRef

Self Type
SparkLauncher with VanillaLauncher
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkLauncher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class SparkDaemonConfig(memory: String, startTimeout: Duration) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def checkPeriodically(p: ⇒ Boolean): Unit
    Annotations
    @tailrec()
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val clusterVersion: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getFullGroupId(groupId: String): String
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def prepareLivyClientConf(driverCores: Int, driverMemory: String): Unit
  18. def prepareLivyConf(hostAndPort: HostAndPort, masterAddress: String, maxSessions: Int): Unit
  19. def prepareLivyLog4jConfig(): Unit
  20. def readAddressOrDie(name: String, timeout: Duration, thread: Thread): Address
  21. def startHistoryServer(path: String, memory: String, discoveryService: DiscoveryService): BasicService
  22. def startLivyServer(address: HostAndPort): BasicService
  23. def startMaster(reverseProxyUrl: Option[String]): MasterService
  24. def startWorker(master: Address, cores: Int, memory: String): BasicService
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def waitForMaster(timeout: Duration, ds: DiscoveryService): Address
  31. def withCompoundDiscovery(groupId: Option[String], masterGroupId: Option[String], baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (DiscoveryService) ⇒ Unit): Unit
  32. def withCypressDiscovery(baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
  33. def withCypressDiscovery(baseDiscoveryPath: String, client: CompoundClient)(f: (DiscoveryService) ⇒ Unit): Unit
  34. def withDiscoveryServer(groupId: Option[String], masterGroupId: Option[String])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
  35. def withOptionalService[T, S <: Service](service: Option[S])(f: (Option[S]) ⇒ T): T
  36. def withOptionalYtClient(ytConfig: Option[YtClientConfiguration])(f: (Option[CompoundClient]) ⇒ Unit): Unit
  37. def withService[T, S <: Service](service: S)(f: (S) ⇒ T): T
  38. def withYtClient(ytConfig: YtClientConfiguration)(f: (CompoundClient) ⇒ Unit): Unit
  39. object SparkDaemonConfig extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped