Package org.apache.hadoop.resourceestimator.solver.impl


package org.apache.hadoop.resourceestimator.solver.impl
Implementation for Solver.
  • Classes
    Class
    Description
    org.apache.hadoop.resourceestimator.solver.impl.BaseSolver
    Common functions shared by Solver (translate predicted resource allocation into Hadoop's ReservationSubmissionRequest.
    org.apache.hadoop.resourceestimator.solver.impl.LpSolver
    A LP(Linear Programming) solution to predict recurring pipeline's Resource requirements, and generate Hadoop RDL requests which will be used to make recurring resource reservation.