Package org.apache.hadoop.resourceestimator.translator.api


package org.apache.hadoop.resourceestimator.translator.api
API for Translator.
  • Class
    Description
    org.apache.hadoop.resourceestimator.translator.api.JobMetaData
    Job metadata collected when parsing the log file.
    org.apache.hadoop.resourceestimator.translator.api.LogParser
    LogParser iterates over a stream of logs, uses SingleLineParser to parse each line, and adds extracted ResourceSkylines to the SkylineStore.
    org.apache.hadoop.resourceestimator.translator.api.SingleLineParser
    SingleLineParser parses one line in the log file, extracts the ResourceSkylines and stores them.