org.apache.storm.hdfs.common.security
Class HdfsSecurityUtil
java.lang.Object
org.apache.storm.hdfs.common.security.HdfsSecurityUtil
public class HdfsSecurityUtil
- extends Object
This class provides util methods for storm-hdfs connector communicating
with secured HDFS.
Method Summary |
static void |
login(Map conf,
org.apache.hadoop.conf.Configuration hdfsConfig)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORM_KEYTAB_FILE_KEY
public static final String STORM_KEYTAB_FILE_KEY
- See Also:
- Constant Field Values
STORM_USER_NAME_KEY
public static final String STORM_USER_NAME_KEY
- See Also:
- Constant Field Values
HdfsSecurityUtil
public HdfsSecurityUtil()
login
public static void login(Map conf,
org.apache.hadoop.conf.Configuration hdfsConfig)
throws IOException
- Throws:
IOException
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.