Constant Field Values


Contents
org.apache.*

org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S.Server
public static final long DELEGATION_KEY_UPDATE_INTERVAL_DEFAULT 86400000L
public static final String DELEGATION_KEY_UPDATE_INTERVAL_KEY "hive.cluster.delegation.key.update-interval"
public static final long DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT 604800000L
public static final String DELEGATION_TOKEN_MAX_LIFETIME_KEY "hive.cluster.delegation.token.max-lifetime"
public static final long DELEGATION_TOKEN_RENEW_INTERVAL_DEFAULT 86400000L
public static final String DELEGATION_TOKEN_RENEW_INTERVAL_KEY "hive.cluster.delegation.token.renew-interval"
public static final String DELEGATION_TOKEN_STORE_CLS "hive.cluster.delegation.token.store.class"
public static final String DELEGATION_TOKEN_STORE_ZK_ACL "hive.cluster.delegation.token.store.zookeeper.acl"
public static final String DELEGATION_TOKEN_STORE_ZK_CONNECT_STR "hive.cluster.delegation.token.store.zookeeper.connectString"
public static final String DELEGATION_TOKEN_STORE_ZK_CONNECT_TIMEOUTMILLIS "hive.cluster.delegation.token.store.zookeeper.connectTimeoutMillis"
public static final String DELEGATION_TOKEN_STORE_ZK_ZNODE "hive.cluster.delegation.token.store.zookeeper.znode"
public static final String DELEGATION_TOKEN_STORE_ZK_ZNODE_DEFAULT "/hive/cluster/delegation"

org.apache.hadoop.hive.thrift.ZooKeeperTokenStore
protected static final String ZK_SEQ_FORMAT "%010d"



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