View source: R/glue_operations.R
glue_create_session | R Documentation |
Creates a new session.
See https://www.paws-r-sdk.com/docs/glue_create_session/ for full documentation.
glue_create_session(
Id,
Description = NULL,
Role,
Command,
Timeout = NULL,
IdleTimeout = NULL,
DefaultArguments = NULL,
Connections = NULL,
MaxCapacity = NULL,
NumberOfWorkers = NULL,
WorkerType = NULL,
SecurityConfiguration = NULL,
GlueVersion = NULL,
Tags = NULL,
RequestOrigin = NULL
)
Id |
[required] The ID of the session request. |
Description |
The description of the session. |
Role |
[required] The IAM Role ARN |
Command |
[required] The |
Timeout |
The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes). Consult the documentation for other job types. |
IdleTimeout |
The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types. |
DefaultArguments |
A map array of key-value pairs. Max is 75 pairs. |
Connections |
The number of connections to use for the session. |
MaxCapacity |
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. |
NumberOfWorkers |
The number of workers of a defined |
WorkerType |
The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark jobs. Accepts the value Z.2X for Ray notebooks.
|
SecurityConfiguration |
The name of the SecurityConfiguration structure to be used with the session |
GlueVersion |
The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0. |
Tags |
The map of key value pairs (tags) belonging to the session. |
RequestOrigin |
The origin of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.