APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache Livy
CreateSessionRequest
Apache Livy
· Schema
CreateSessionRequest
Parameters for creating an interactive session
Big Data
Interactive Computing
Open Source
REST
Spark
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