Uses of Interface
org.apache.hadoop.tools.rumen.JobStory

Packages that use JobStory
org.apache.hadoop.mapred.gridmix   
org.apache.hadoop.tools.rumen Rumen is a data extraction and analysis tool built for Apache Hadoop
 

Uses of JobStory in org.apache.hadoop.mapred.gridmix
 

Methods in org.apache.hadoop.mapred.gridmix with parameters of type JobStory
 void Statistics.addJobStats(Job job, JobStory jobdesc)
           
abstract  org.apache.hadoop.mapred.gridmix.GridmixJob JobCreator.createGridmixJob(org.apache.hadoop.conf.Configuration conf, long submissionMillis, JobStory jobdesc, org.apache.hadoop.fs.Path outRoot, org.apache.hadoop.security.UserGroupInformation ugi, int seq)
           
 

Constructors in org.apache.hadoop.mapred.gridmix with parameters of type JobStory
SleepJob(org.apache.hadoop.conf.Configuration conf, long submissionMillis, JobStory jobdesc, org.apache.hadoop.fs.Path outRoot, org.apache.hadoop.security.UserGroupInformation ugi, int seq, int numLocations, String[] hosts)
           
 

Uses of JobStory in org.apache.hadoop.tools.rumen
 

Classes in org.apache.hadoop.tools.rumen that implement JobStory
 class ZombieJob
          ZombieJob is a layer above LoggedJob raw JSON objects.
 

Methods in org.apache.hadoop.tools.rumen that return JobStory
 JobStory JobStoryProducer.getNextJob()
          Get the next job.
 



Copyright © 2009 The Apache Software Foundation