org.apache.falcon.logging
Class LogProvider

java.lang.Object
  extended by org.apache.falcon.logging.LogProvider

public final class LogProvider
extends Object

Get oozie action execution logs corresponding to a run as saved by the log mover.


Constructor Summary
LogProvider()
           
 
Method Summary
 String getResolvedRunId(FileSystem fs, org.apache.falcon.entity.v0.cluster.Cluster cluster, Entity entity, org.apache.falcon.resource.InstancesResult.Instance instance, String runId)
           
 org.apache.falcon.resource.InstancesResult.Instance populateLogUrls(Entity entity, org.apache.falcon.resource.InstancesResult.Instance instance, String runId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogProvider

public LogProvider()
Method Detail

populateLogUrls

public org.apache.falcon.resource.InstancesResult.Instance populateLogUrls(Entity entity,
                                                                           org.apache.falcon.resource.InstancesResult.Instance instance,
                                                                           String runId)
                                                                    throws FalconException
Throws:
FalconException

getResolvedRunId

public String getResolvedRunId(FileSystem fs,
                               org.apache.falcon.entity.v0.cluster.Cluster cluster,
                               Entity entity,
                               org.apache.falcon.resource.InstancesResult.Instance instance,
                               String runId)
                        throws FalconException,
                               IOException
Throws:
FalconException
IOException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.