org
.
apache
.
spark
.
deploy
SparkMasterRunner
Related Docs:
object SparkMasterRunner
|
package deploy
case class
SparkMasterRunner
(
nodeSettings:
EC2NodeSettings
,
javaProperties:
Map
[
String
,
String
] =
Map.empty
,
sparkProperties:
Map
[
String
,
String
] =
Map.empty
,
hostname:
String
=
...
,
maxHeap:
Option
[
String
] =
Option("4g")
)
extends
EC2Runner
[
AnyRef
] with
Logging
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Product
,
Equals
,
Logging
,
EC2Runner
[
AnyRef
],
BaseRunner
[
AnyRef
],
SerializableSupplier
[
AnyRef
],
Serializable
,
Supplier
[
AnyRef
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SparkMasterRunner
Serializable
Product
Equals
Logging
EC2Runner
BaseRunner
SerializableSupplier
Serializable
Supplier
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SparkMasterRunner
(
nodeSettings:
EC2NodeSettings
,
javaProperties:
Map
[
String
,
String
] =
Map.empty
,
sparkProperties:
Map
[
String
,
String
] =
Map.empty
,
hostname:
String
=
...
,
maxHeap:
Option
[
String
] =
Option("4g")
)
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
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
controlPort
:
Int
def
emailAddress
:
String
Definition Classes
EC2Runner
Annotations
@transient
()
def
envSettings
:
AwsTendrilEnvSettings
Definition Classes
EC2Runner
Annotations
@transient
()
lazy val
envTuple
: (
AwsTendrilEnvSettings
,
String
,
String
)
Attributes
protected
Definition Classes
EC2Runner
def
environment
:
Map
[
String
,
String
]
Definition Classes
BaseRunner
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exe
(
args:
String
*
)
:
AnyRef
Definition Classes
BaseRunner
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
()
:
AnyRef
Definition Classes
SparkMasterRunner
→ Supplier
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hostname
:
String
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
javaOpts
:
String
Definition Classes
BaseRunner
val
javaProperties
:
Map
[
String
,
String
]
Definition Classes
SparkMasterRunner
→
BaseRunner
lazy val
logger
:
Logger
Attributes
protected[this]
Definition Classes
Logging
def
main
(
args:
Array
[
String
]
)
:
Unit
Definition Classes
BaseRunner
val
maxHeap
:
Option
[
String
]
Definition Classes
SparkMasterRunner
→
BaseRunner
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
nodeSettings
:
EC2NodeSettings
Definition Classes
SparkMasterRunner
→
BaseRunner
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
runner
:
EC2RunnerLike
Definition Classes
SparkMasterRunner
→
EC2Runner
→
BaseRunner
val
s3bucket
:
String
Definition Classes
EC2Runner
val
sparkProperties
:
Map
[
String
,
String
]
def
start
(
args:
Array
[
String
] =
Array.empty
)
: (
EC2Node
,
TendrilControl
,
Future
[
AnyRef
])
Definition Classes
BaseRunner
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
uiPort
:
Int
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Logging
Inherited from
EC2Runner
[
AnyRef
]
Inherited from
BaseRunner
[
AnyRef
]
Inherited from
SerializableSupplier
[
AnyRef
]
Inherited from
Serializable
Inherited from
Supplier
[
AnyRef
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped