org.apache.hadoop.hive.thrift
Class HadoopThriftAuthBridge
java.lang.Object
org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge
public class HadoopThriftAuthBridge
- extends Object
This class is only overridden by the secure hadoop shim. It allows
the Thrift SASL support to bridge to Hadoop's UserGroupInformation
& DelegationToken infrastructure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HadoopThriftAuthBridge
public HadoopThriftAuthBridge()
createClient
public HadoopThriftAuthBridge.Client createClient()
createClientWithConf
public HadoopThriftAuthBridge.Client createClientWithConf(String authType)
createServer
public HadoopThriftAuthBridge.Server createServer(String keytabFile,
String principalConf)
throws org.apache.thrift.transport.TTransportException
- Throws:
org.apache.thrift.transport.TTransportException
Copyright © 2013 The Apache Software Foundation