Skip to content

Commit a1dedcb

Browse files
committed
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
1 parent 1eff7be commit a1dedcb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ Release 2.2.1 - UNRELEASED
416416
HADOOP-10031. FsShell -get/copyToLocal/moveFromLocal should support Windows
417417
local path. (Chuan Liu via cnauroth)
418418

419+
HADOOP-10039. Add Hive to the list of projects using
420+
AbstractDelegationTokenSecretManager. (Haohui Mai via jing9)
421+
419422
Release 2.2.0 - 2013-10-13
420423

421424
INCOMPATIBLE CHANGES

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
import com.google.common.base.Preconditions;
4747

48-
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
48+
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce", "Hive"})
4949
@InterfaceStability.Evolving
5050
public abstract
5151
class AbstractDelegationTokenSecretManager<TokenIdent

0 commit comments

Comments
 (0)