This project has retired. For details please refer to its Attic page.
AuthHelper (Oozie Core 3.1.3-incubating API)

org.apache.oozie.action.hadoop
Class AuthHelper

java.lang.Object
  extended by org.apache.oozie.action.hadoop.AuthHelper
Direct Known Subclasses:
KerberosAuthHelper

public class AuthHelper
extends Object


Constructor Summary
AuthHelper()
           
 
Method Summary
static AuthHelper get()
           
 void set(org.apache.hadoop.mapred.JobClient jobClient, org.apache.hadoop.mapred.JobConf jobConf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthHelper

public AuthHelper()
Method Detail

get

public static AuthHelper get()

set

public void set(org.apache.hadoop.mapred.JobClient jobClient,
                org.apache.hadoop.mapred.JobConf jobConf)
         throws IOException,
                InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.