public class SparkConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOY_MODE |
static String |
DRIVER_CORES
--driver-cores NUM
|
static String |
DRIVER_MEMORY
--driver-memory MEM
|
static String |
EXECUTOR_CORES
--executor-cores NUM
|
static String |
EXECUTOR_MEMORY
--executor-memory MEM
|
static String |
MAIN_CLASS
--class CLASS_NAME
|
static String |
MASTER
master
|
static String |
NUM_EXECUTORS
--num-executors NUM
|
static String |
SPARK_NAME
--name NAME
|
static String |
SPARK_QUEUE
--queue QUEUE
|
public static final String MAIN_CLASS
public static final String SPARK_NAME
public static final String SPARK_QUEUE
public static final String DEPLOY_MODE
public static final String DRIVER_CORES
public static final String DRIVER_MEMORY
public static final String MASTER
public static final String NUM_EXECUTORS
public static final String EXECUTOR_CORES
public static final String EXECUTOR_MEMORY
Copyright © 2022 The Apache Software Foundation. All rights reserved.