ExtendedLivyBatchRequest interface

ExtendedLivyBatchRequest を表すインターフェイス。

プロパティ

archives
args
artifactId
className
conf
driverCores
driverMemory
executorCores
executorMemory
file
files
jars
name
numExecutors
tags

プロパティの詳細

archives

archives?: string[]

プロパティ値

string[]

args

args?: string[]

プロパティ値

string[]

artifactId

artifactId?: string

プロパティ値

string

className

className?: string

プロパティ値

string

conf

conf?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

driverCores

driverCores?: number

プロパティ値

number

driverMemory

driverMemory?: string

プロパティ値

string

executorCores

executorCores?: number

プロパティ値

number

executorMemory

executorMemory?: string

プロパティ値

string

file

file?: string

プロパティ値

string

files

files?: string[]

プロパティ値

string[]

jars

jars?: string[]

プロパティ値

string[]

name

name?: string

プロパティ値

string

numExecutors

numExecutors?: number

プロパティ値

number

tags

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}