o

tech.ytsaurus.spark.launcher

WorkerLauncher

object WorkerLauncher extends App with VanillaLauncher with SparkLauncher with ByopLauncher with SolomonLauncher

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkerLauncher
  2. SolomonLauncher
  3. ByopLauncher
  4. SidecarLauncher
  5. SparkLauncher
  6. VanillaLauncher
  7. App
  8. DelayedInit
  9. AnyRef
  10. 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
    Definition Classes
    SparkLauncher

Value Members

  1. object SparkDaemonConfig extends Serializable
    Definition Classes
    SparkLauncher
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def checkPeriodically(p: ⇒ Boolean): Unit
    Definition Classes
    SparkLauncher
    Annotations
    @tailrec()
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val clusterVersion: String
    Definition Classes
    SparkLauncher
  10. def createFromTemplate(src: File)(f: (String) ⇒ String): File
    Definition Classes
    VanillaLauncher
  11. def env(name: String, default: ⇒ String): String
    Definition Classes
    VanillaLauncher
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getFullGroupId(groupId: String): String
    Definition Classes
    SparkLauncher
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. lazy val home: String
    Definition Classes
    VanillaLauncher
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isProfilingEnabled: Boolean
    Definition Classes
    VanillaLauncher
  21. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def path(path: String): String
    Definition Classes
    VanillaLauncher
  26. def prepareLivyClientConf(driverCores: Int, driverMemory: String): Unit
    Definition Classes
    SparkLauncher
  27. def prepareLivyConf(hostAndPort: HostAndPort, masterAddress: String, maxSessions: Int): Unit
    Definition Classes
    SparkLauncher
  28. def prepareLivyLog4jConfig(): Unit
    Definition Classes
    SparkLauncher
  29. def prepareLog4jConfig(logJson: Boolean): Unit
    Definition Classes
    VanillaLauncher
  30. def prepareProfiler(): Unit
    Definition Classes
    VanillaLauncher
  31. def profilingJavaOpt(port: Int): String
    Definition Classes
    VanillaLauncher
  32. def readAddressOrDie(name: String, timeout: Duration, thread: Thread): Address
    Definition Classes
    SparkLauncher
  33. def replaceHome(str: String): String
    Definition Classes
    VanillaLauncher
  34. val sparkHome: String
    Definition Classes
    VanillaLauncher
  35. lazy val sparkSystemProperties: Map[String, String]
    Definition Classes
    VanillaLauncher
  36. val spytHome: String
    Definition Classes
    VanillaLauncher
  37. def startByop(config: ByopConfig): BasicService
    Definition Classes
    ByopLauncher
  38. def startHistoryServer(path: String, memory: String, discoveryService: DiscoveryService): BasicService
    Definition Classes
    SparkLauncher
  39. def startLivyServer(address: HostAndPort): BasicService
    Definition Classes
    SparkLauncher
  40. def startMaster(reverseProxyUrl: Option[String]): MasterService
    Definition Classes
    SparkLauncher
  41. def startService[T <: SidecarConfig](config: T, prepareConfigFile: (String, T) ⇒ String, prepareBinaryFile: (Path) ⇒ Path = identity, processWorkingDir: Option[File] = None, serviceEnv: Map[String, String] = Map.empty): BasicService
    Definition Classes
    SidecarLauncher
  42. def startSolomonAgent(args: Array[String], sparkComponent: String, sparkUiPort: Int): Option[BasicService]
    Definition Classes
    SolomonLauncher
  43. def startWorker(master: Address, cores: Int, memory: String): BasicService
    Definition Classes
    SparkLauncher
  44. def startWorkerLogService(client: CompoundClient): Option[Service]
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def waitForMaster(timeout: Duration, ds: DiscoveryService): Address
    Definition Classes
    SparkLauncher
  51. def withCompoundDiscovery(groupId: Option[String], masterGroupId: Option[String], baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (DiscoveryService) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher
  52. def withCypressDiscovery(baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher
  53. def withCypressDiscovery(baseDiscoveryPath: String, client: CompoundClient)(f: (DiscoveryService) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher
  54. def withDiscoveryServer(groupId: Option[String], masterGroupId: Option[String])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher
  55. def withOptionalService[T, S <: Service](service: Option[S])(f: (Option[S]) ⇒ T): T
    Definition Classes
    SparkLauncher
  56. def withOptionalYtClient(ytConfig: Option[YtClientConfiguration])(f: (Option[CompoundClient]) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher
  57. def withService[T, S <: Service](service: S)(f: (S) ⇒ T): T
    Definition Classes
    SparkLauncher
  58. def withYtClient(ytConfig: YtClientConfiguration)(f: (CompoundClient) ⇒ Unit): Unit
    Definition Classes
    SparkLauncher

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear

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

Inherited from SolomonLauncher

Inherited from ByopLauncher

Inherited from SidecarLauncher

Inherited from SparkLauncher

Inherited from VanillaLauncher

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped