| Package | Description |
|---|---|
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.io.checkpoint.fs | |
| 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.yarn.driver |
The Driver-Side implementation of the YARN adapter for REEF.
|
| 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> |
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<Integer> |
LocalDriverConfiguration.NUMBER_OF_PROCESSES
The maximum number or processes to spawn.
|
static RequiredParameter<String> |
LocalDriverConfiguration.ROOT_FOLDER
The root folder of the job.
|
| Modifier and Type | Field and Description |
|---|---|
static RequiredParameter<String> |
YarnDriverConfiguration.JOB_IDENTIFIER |
static RequiredParameter<String> |
YarnDriverConfiguration.JOB_SUBMISSION_DIRECTORY |
Copyright © 2015 The Apache Software Foundation. All rights reserved.