Package org.apache.hadoop.mapred.JobHistory

Examples of org.apache.hadoop.mapred.JobHistory.MovedFileInfo


        if (historyFile != null) {
          historyFileDonePath = new Path(doneDir, historyFile.getName())
              .toString();
        }

        JobHistory.jobHistoryFileMap.put(id, new MovedFileInfo(
            historyFileDonePath, System.currentTimeMillis()));
        jobTracker.historyFileCopied(id, historyFileDonePath);

        // purge the job from the cache
        purgeJob(id);
View Full Code Here

TOP

Related Classes of org.apache.hadoop.mapred.JobHistory.MovedFileInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.