This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Constants Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Attributes | List of all members
Org.Apache.REEF.Common.Constants Class Reference

Public Attributes

const string LocalHttpEndpointBaseUri = @"http://localhost:8080/"
 The local HTTP Endpoint used for local runtime HTTP Server tests. More...
 
const string HDInsightClusterHttpEndpointBaseUri = @"http://headnodehost:9014/proxy/"
 The base endpoint to redirect HTTP requests to the Driver's HTTP Server on HDInsight. More...
 
const string HttpReefUriSpecification = @"Reef/v1/"
 The v1 REEF HTTP API URI specification of a REEF Job. More...
 
const string HttpDriverUriTarget = @"Driver/"
 The relative path to Driver on a REEF HTTP Server request. More...
 
const string NameServerServiceName = "NameServer"
 The Name Server name. More...
 
const string ReefYarnApplicationIdEnvironmentVariable = "REEF_YARN_APPLICATION_ID"
 The Environment variable used to discover the YARN Application ID of the REEF Job. More...
 
const string EvaluatorExitSuccessLog = "The Evaluator has successfully exited."
 The log that is printed on a successful Evaluator exit. More...
 
const string EvaluatorExitFailureLog = "The Evaluator has exited on a failure."
 The log that is printed on an Evaluator failure. More...
 

Member Data Documentation

const string Org.Apache.REEF.Common.Constants.EvaluatorExitFailureLog = "The Evaluator has exited on a failure."

The log that is printed on an Evaluator failure.

const string Org.Apache.REEF.Common.Constants.EvaluatorExitSuccessLog = "The Evaluator has successfully exited."

The log that is printed on a successful Evaluator exit.

const string Org.Apache.REEF.Common.Constants.HDInsightClusterHttpEndpointBaseUri = @"http://headnodehost:9014/proxy/"

The base endpoint to redirect HTTP requests to the Driver's HTTP Server on HDInsight.

const string Org.Apache.REEF.Common.Constants.HttpDriverUriTarget = @"Driver/"

The relative path to Driver on a REEF HTTP Server request.

const string Org.Apache.REEF.Common.Constants.HttpReefUriSpecification = @"Reef/v1/"

The v1 REEF HTTP API URI specification of a REEF Job.

const string Org.Apache.REEF.Common.Constants.LocalHttpEndpointBaseUri = @"http://localhost:8080/"

The local HTTP Endpoint used for local runtime HTTP Server tests.

const string Org.Apache.REEF.Common.Constants.NameServerServiceName = "NameServer"

The Name Server name.

const string Org.Apache.REEF.Common.Constants.ReefYarnApplicationIdEnvironmentVariable = "REEF_YARN_APPLICATION_ID"

The Environment variable used to discover the YARN Application ID of the REEF Job.


The documentation for this class was generated from the following file: