HADOOP-10039. Add Hive to the list of projects using AbstractDelegationTokenSecretManager. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1531158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2f5cdb555
commit
0387ec792f
@ -416,6 +416,9 @@ Release 2.2.1 - UNRELEASED
|
|||||||
HADOOP-10031. FsShell -get/copyToLocal/moveFromLocal should support Windows
|
HADOOP-10031. FsShell -get/copyToLocal/moveFromLocal should support Windows
|
||||||
local path. (Chuan Liu via cnauroth)
|
local path. (Chuan Liu via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10039. Add Hive to the list of projects using
|
||||||
|
AbstractDelegationTokenSecretManager. (Haohui Mai via jing9)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
import com.google.common.base.Preconditions;
|
import com.google.common.base.Preconditions;
|
||||||
|
|
||||||
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
|
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce", "Hive"})
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
public abstract
|
public abstract
|
||||||
class AbstractDelegationTokenSecretManager<TokenIdent
|
class AbstractDelegationTokenSecretManager<TokenIdent
|
||||||
|
Loading…
Reference in New Issue
Block a user