trait SparkLauncher extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkLauncher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class SparkDaemonConfig(memory: String, startTimeout: Duration) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
checkPeriodically(p: ⇒ Boolean): Unit
- Annotations
- @tailrec()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val clusterVersion: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFullGroupId(groupId: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prepareLivyClientConf(driverCores: Int, driverMemory: String): Unit
- def prepareLivyConf(hostAndPort: HostAndPort, masterAddress: String, maxSessions: Int): Unit
- def prepareLivyLog4jConfig(): Unit
- def readAddressOrDie(name: String, timeout: Duration, thread: Thread): Address
- def startHistoryServer(path: String, memory: String, discoveryService: DiscoveryService): BasicService
- def startLivyServer(address: HostAndPort): BasicService
- def startMaster(reverseProxyUrl: Option[String]): MasterService
- def startWorker(master: Address, cores: Int, memory: String): BasicService
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def waitForMaster(timeout: Duration, ds: DiscoveryService): Address
- def withCompoundDiscovery(groupId: Option[String], masterGroupId: Option[String], baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (DiscoveryService) ⇒ Unit): Unit
- def withCypressDiscovery(baseDiscoveryPath: Option[String], client: Option[CompoundClient])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
- def withCypressDiscovery(baseDiscoveryPath: String, client: CompoundClient)(f: (DiscoveryService) ⇒ Unit): Unit
- def withDiscoveryServer(groupId: Option[String], masterGroupId: Option[String])(f: (Option[DiscoveryService]) ⇒ Unit): Unit
- def withOptionalService[T, S <: Service](service: Option[S])(f: (Option[S]) ⇒ T): T
- def withOptionalYtClient(ytConfig: Option[YtClientConfiguration])(f: (Option[CompoundClient]) ⇒ Unit): Unit
- def withService[T, S <: Service](service: S)(f: (S) ⇒ T): T
- def withYtClient(ytConfig: YtClientConfiguration)(f: (CompoundClient) ⇒ Unit): Unit
- object SparkDaemonConfig extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated