
Spark local (pseudo-cluster)
Spark local (pseudo-cluster) You can run Spark in local mode. In this non-distributed single-JVM deployment mode, ...

Spark local (pseudo-cluster) You can run Spark in local mode. In this non-distributed single-JVM deployment mode, ...

Deployment Environments — Run Modes

Securing Web UI Tip Read the official document Web UI. To secure Web UI you implement a security filter ...

Utils Helper Object Utils is a Scala object that…FIXME getLocalDir Method [crayon-692e68d4d69d6703 ...

TransportConf — Transport Configuration

Netty-based RpcEnv Tip Read up RpcEnv — RPC Environment on the concept of RPC Environment i ...

RpcEnvFactory RpcEnvFactory is the contract to create a RPC Environment. Note As of this commit in Spark 2, ...

RpcEndpointRef — Reference to RPC Endpoint

RpcEndpoint RpcEndpoint is a contract to define an RPC endpoint that can receive messages using callbacks, i.e. fu ...

RpcEnv — RPC Environment