Package org.apache.hadoop.resourceestimator.translator.api
package org.apache.hadoop.resourceestimator.translator.api
API for
Translator.-
ClassDescriptionorg.apache.hadoop.resourceestimator.translator.api.JobMetaDataJob metadata collected when parsing the log file.org.apache.hadoop.resourceestimator.translator.api.LogParserLogParser iterates over a stream of logs, uses
SingleLineParserto parse each line, and adds extractedResourceSkylines to theSkylineStore.org.apache.hadoop.resourceestimator.translator.api.SingleLineParserSingleLineParser parses one line in the log file, extracts theResourceSkylines and stores them.