package yarn
- Alphabetic
- Public
- All
Type Members
- class ApplicationMasterArguments extends AnyRef
-
class
YarnProxyRedirectFilter extends Filter with Logging
A filter to be used in the Spark History Server for redirecting YARN proxy requests to the main SHS address.
A filter to be used in the Spark History Server for redirecting YARN proxy requests to the main SHS address. This is useful for applications that are using the history server as the tracking URL, since the SHS-generated pages cannot be rendered in that case without extra configuration to set up a proxy base URI (meaning the SHS cannot be ever used directly).
Value Members
- object ApplicationMaster extends Logging
- object ApplicationMasterArguments
-
object
ExecutorLauncher
This object does not provide any special functionality.
This object does not provide any special functionality. It exists so that it's easy to tell apart the client-mode AM from the cluster-mode AM when using tools such as ps or jps.
-
object
SparkRackResolver extends Logging
Utility to resolve the rack for hosts in an efficient manner.
Utility to resolve the rack for hosts in an efficient manner. It will cache the rack for individual hosts to avoid repeatedly performing the same expensive lookup.
- object YarnSparkHadoopUtil