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:
Callable<Void>

public class KerberosDoAs
extends DoAs


Constructor Summary
KerberosDoAs()
           
 
Method Summary
 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 Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Overrides:
call in class DoAs
Throws:
Exception


Copyright © 2012 Apache Software Foundation. All Rights Reserved.