Package | Description |
---|---|
org.apache.reef.runtime.yarn.client |
Client-side event handlers for YARN resourcemanager.
|
Modifier and Type | Method and Description |
---|---|
YarnSubmissionHelper |
YarnSubmissionHelper.addLocalResource(String resourceName,
org.apache.hadoop.yarn.api.records.LocalResource resource)
Add a file to be localized on the driver.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setApplicationName(String applicationName)
Set the name of the application to be submitted.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setConfigurationFilePaths(List<String> configurationFilePaths)
Sets the configuration file for the job.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setDriverMemory(int megabytes)
Set the amount of memory to be allocated to the Driver.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setLauncherClass(Class launcherClass)
Sets the launcher class for the job.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setMaxApplicationAttempts(int maxApplicationAttempts)
Sets the maximum application attempts for the application.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setPreserveEvaluators(boolean preserveEvaluators)
Set whether or not the resource manager should preserve evaluators across driver restarts.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setPriority(int priority)
Set the priority of the job.
|
YarnSubmissionHelper |
YarnSubmissionHelper.setQueue(String queueName)
Assign this job submission to a queue.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.