|
|
|
@ -70,25 +70,6 @@ public final class Constants {
|
|
|
|
|
*/ |
|
|
|
|
public static final String YARN_APPLICATION_STATUS_ADDRESS = "yarn.application.status.address"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* spring.redis.maxIdle |
|
|
|
|
*/ |
|
|
|
|
public static final String SPRING_REDIS_MAXIDLE = "spring.redis.maxIdle"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* spring.redis.maxTotal |
|
|
|
|
*/ |
|
|
|
|
public static final String SPRING_REDIS_MAXTOTAL = "spring.redis.maxTotal"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* spring.redis.host |
|
|
|
|
*/ |
|
|
|
|
public static final String SPRING_REDIS_HOST = "spring.redis.host"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* spring.redis.port |
|
|
|
|
*/ |
|
|
|
|
public static final String SPRING_REDIS_PORT = "spring.redis.port"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* hdfs configuration |
|
|
|
@ -117,7 +98,7 @@ public final class Constants {
|
|
|
|
|
public static final String ESCHEDULER_ENV_PATH = "escheduler.env.path"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* escheduler.env.py |
|
|
|
|
* escheduler.env.sh |
|
|
|
|
*/ |
|
|
|
|
public static final String ESCHEDULER_ENV_SH = ".escheduler_env.sh"; |
|
|
|
|
|
|
|
|
@ -260,8 +241,6 @@ public final class Constants {
|
|
|
|
|
|
|
|
|
|
public static final String SCHEDULER_QUEUE_IMPL = "escheduler.queue.impl"; |
|
|
|
|
|
|
|
|
|
public static final String SCHEDULER_QUEUE_REDIS_IMPL = "redis"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* date format of yyyy-MM-dd HH:mm:ss |
|
|
|
|