Package | Description |
---|---|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.io.checkpoint.fs |
FileSystem based checkpoints.
|
org.apache.reef.io.data.output |
Data Output Service.
|
org.apache.reef.io.network.naming |
TODO: Document.
|
org.apache.reef.runtime.common.evaluator |
Evaluator-side implementation of the REEF API.
|
org.apache.reef.runtime.hdinsight.client |
The client to submit jobs to HDInsight.
|
org.apache.reef.runtime.local.driver |
The resource manager for the local resourcemanager.
|
org.apache.reef.runtime.mesos.client |
Client-side event handlers for Mesos resourcemanager.
|
org.apache.reef.runtime.mesos.driver |
Driver-side event handlers for Mesos resourcemanager.
|
org.apache.reef.runtime.standalone.client |
Client-side event handlers for the standalone resourcemanager.
|
org.apache.reef.runtime.yarn.driver |
The Driver-Side implementation of the YARN adapter for REEF.
|
org.apache.reef.tests.driver |
Tests whether a Driver can successfully be launched and shut down.
|
org.apache.reef.vortex.driver |
Vortex Code that runs as part of REEF Driver.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
ContextConfiguration.IDENTIFIER
The identifier of the Context.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
TaskConfiguration.IDENTIFIER
Identifier for the task.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<Boolean> |
FSCheckPointServiceConfiguration.IS_LOCAL
Use local file system if true; otherwise, use HDFS.
|
static RequiredParameter<String> |
FSCheckPointServiceConfiguration.PATH
Path to be used to store the checkpoints on file system.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
TaskOutputServiceBuilder.OUTPUT_PATH
Path of the directory where output files are created.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
NameResolverConfiguration.NAME_SERVER_HOSTNAME
DNS hostname running the name service.
|
static RequiredParameter<Integer> |
NameResolverConfiguration.NAME_SERVICE_PORT
The port used by name server.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
EvaluatorConfiguration.DRIVER_REMOTE_IDENTIFIER |
static RequiredParameter<String> |
EvaluatorConfiguration.EVALUATOR_IDENTIFIER |
static RequiredParameter<String> |
EvaluatorConfiguration.ROOT_CONTEXT_CONFIGURATION |
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.CONTAINER_NAME
The Container name to be used by Azure.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.CONTAINER_NAME
The Container name to be used by Azure.
|
static RequiredParameter<String> |
HDInsightDriverConfiguration.JOB_IDENTIFIER |
static RequiredParameter<String> |
HDInsightDriverConfiguration.JOB_SUBMISSION_DIRECTORY |
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.PASSWORD
The password to be used for connecting to hdinsight.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.PASSWORD
The password to be used for connecting to hdinsight.
|
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.STORAGE_ACCOUNT_KEY
The Storage account key to be used by Azure.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.STORAGE_ACCOUNT_KEY
The Storage account key to be used by Azure.
|
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.STORAGE_ACCOUNT_NAME
The Storage account to be used by Azure.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.STORAGE_ACCOUNT_NAME
The Storage account to be used by Azure.
|
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.URL
The URL of the hdinsight web service.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.URL
The URL of the hdinsight web service.
|
static RequiredParameter<String> |
UnsafeHDInsightRuntimeConfiguration.USER_NAME
The username to be used for connecting to hdinsight.
|
static RequiredParameter<String> |
HDInsightRuntimeConfiguration.USER_NAME
The username to be used for connecting to hdinsight.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
LocalDriverConfiguration.JOB_IDENTIFIER
The identifier of the Job submitted.
|
static RequiredParameter<Integer> |
LocalDriverConfiguration.MAX_NUMBER_OF_EVALUATORS
The maximum number of evaluators.
|
static RequiredParameter<String> |
LocalDriverConfiguration.ROOT_FOLDER
The root folder of the job.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
MesosClientConfiguration.MASTER_IP
The ip address of Mesos Master.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
MesosDriverConfiguration.JOB_IDENTIFIER |
static RequiredParameter<String> |
MesosDriverConfiguration.MESOS_MASTER_IP
The ip address of Mesos Master.
|
static RequiredParameter<Integer> |
MesosDriverConfiguration.SCHEDULER_DRIVER_CAPACITY
Capacity for running Mesos Scheduler Driver.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
StandaloneRuntimeConfiguration.NODE_LIST_FILE_PATH
The file which will contain information of remote nodes.
|
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
YarnDriverConfiguration.JOB_IDENTIFIER |
static RequiredParameter<String> |
YarnDriverConfiguration.JOB_SUBMISSION_DIRECTORY |
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<String> |
RuntimeNameTestConfiguration.RUNTIME_NAME |
Modifier and Type | Field and Description |
---|---|
static RequiredParameter<Integer> |
VortexWorkerConf.NUM_OF_THREADS
Worker Threads.
|
static RequiredParameter<Integer> |
VortexMasterConf.WORKER_CORES
Worker Cores.
|
static RequiredParameter<Integer> |
VortexMasterConf.WORKER_MEM
Worker Memory.
|
static RequiredParameter<Integer> |
VortexMasterConf.WORKER_NUM
Number of Workers.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.