org.apache.oozie.action.hadoop
Class KerberosDoAs

java.lang.Object
  extended by org.apache.oozie.action.hadoop.DoAs
      extended by org.apache.oozie.action.hadoop.KerberosDoAs
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>

public class KerberosDoAs
extends DoAs


Constructor Summary
KerberosDoAs()
           
 
Method Summary
 java.lang.Void call()
           
 
Methods inherited from class org.apache.oozie.action.hadoop.DoAs
call, getCallable, getUser, setCallable, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosDoAs

public KerberosDoAs()
Method Detail

call

public java.lang.Void call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Overrides:
call in class DoAs
Throws:
java.lang.Exception


Copyright © 2010 Yahoo. All Rights Reserved.