org.apache.oozie.action.hadoop
Class FileSystemActions

java.lang.Object
  extended by org.apache.oozie.action.hadoop.FileSystemActions

public class FileSystemActions
extends Object

Class to perform file system operations specified in the prepare block of Workflow


Constructor Summary
FileSystemActions(Collection<String> fileSystems)
           
 
Method Summary
 void execute(Node n)
          Method to execute the prepare actions based on the command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemActions

public FileSystemActions(Collection<String> fileSystems)
Method Detail

execute

public void execute(Node n)
             throws org.apache.oozie.action.hadoop.LauncherException
Method to execute the prepare actions based on the command

Parameters:
n - Child node of the prepare XML
Throws:
LauncherException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.