| Package | Description |
|---|---|
| org.apache.hadoop.resourceestimator.service |
Resource estimator service.
|
| org.apache.hadoop.resourceestimator.solver.api |
API for
Solver. |
| org.apache.hadoop.resourceestimator.solver.exceptions |
Exception module.
|
| org.apache.hadoop.resourceestimator.solver.impl |
Implementation for
Solver. |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceEstimatorService.getPrediction(String pipelineId)
Get predicted {code Resource} allocation for the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation |
Solver.solve(Map<RecurrenceId,List<ResourceSkyline>> jobHistory)
The Solver reads recurring pipeline's
ResourceSkyline history, and
precits its ResourceSkyline requirements for the next run. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidInputException
Exception thrown the
SkylineStore or the Estimator tries to
addHistory or query pipeline job's resource skylines. |
class |
InvalidSolverException
Exception thrown the @link{SkylineStore} or the
Estimator tries to
addHistory or query pipeline job's resource skylines. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation |
LpSolver.solve(Map<RecurrenceId,List<ResourceSkyline>> jobHistory) |
Copyright © 2019 Apache Software Foundation. All Rights Reserved.