org.apache.falcon.workflow
Class FalconPostProcessing

java.lang.Object
  extended by Configured
      extended by org.apache.falcon.workflow.FalconPostProcessing

public class FalconPostProcessing
extends Configured

Utility called by oozie workflow engine post workflow execution in parent workflow.


Nested Class Summary
static class FalconPostProcessing.Arg
          Args that the utility understands.
 
Constructor Summary
FalconPostProcessing()
           
 
Method Summary
static void main(String[] args)
           
 int run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FalconPostProcessing

public FalconPostProcessing()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public int run(String[] args)
        throws Exception
Throws:
Exception


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