org.apache.hadoop.hive.ql.exec
Class SecureCmdDoAs

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.SecureCmdDoAs

public class SecureCmdDoAs
extends Object

SecureCmdDoAs - Helper class for setting parameters and env necessary for being able to run child jvm as intended user. Used only when kerberos security is used


Constructor Summary
SecureCmdDoAs(HiveConf conf)
           
 
Method Summary
 void addEnv(Map<String,String> env)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureCmdDoAs

public SecureCmdDoAs(HiveConf conf)
              throws HiveException,
                     IOException
Throws:
HiveException
IOException
Method Detail

addEnv

public void addEnv(Map<String,String> env)


Copyright © 2014 The Apache Software Foundation. All rights reserved.