Package version:

Interface SparkRequest

Hierarchy

  • SparkRequest

Properties

archives?: string[]
arguments?: string[]
className?: string
configuration?: {
    [propertyName: string]: string;
}

Dictionary of

Type declaration

  • [propertyName: string]: string
driverCores?: number
driverMemory?: string
executorCores?: number
executorCount?: number
executorMemory?: string
file?: string
files?: string[]
jars?: string[]
name?: string
pythonFiles?: string[]

Generated using TypeDoc