Session
The period in which a remote Spark runtime environment is running.
Types
Properties
The command object.See SessionCommand.
The date and time that this session is completed.
The number of connections used for the session.
A map array of key-value pairs. Max is 75 pairs.
The description of the session.
The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).
The error message displayed during the session.
The total time the session ran for.
The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.
The number of minutes when idle before the session times out.
The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.
The number of workers of a defined WorkerType
to use for the session.
The name of the SecurityConfiguration structure to be used with the session.
The session status.
The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X
, G.2X
, G.4X
, or G.8X
for Spark sessions. Accepts the value Z.2X
for Ray sessions.