Apache Livy · Schema

CreateSessionRequest

Parameters for creating an interactive session

Big DataInteractive ComputingOpen SourceRESTSpark

Properties

Name Type Description
kind string Session programming language
proxyUser string User to impersonate when running the session
jars array JARs to include on the classpath
pyFiles array Python files to include
files array Files to include
driverMemory string Driver memory amount
driverCores integer Number of driver cores
executorMemory string Executor memory amount
executorCores integer Number of executor cores
numExecutors integer Number of executors
conf object Spark configuration key-value pairs
View JSON Schema on GitHub