HADOOP-10039. Merge change r1531158 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1531159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a60a8c3c4
commit
1e24c3cdad
|
@ -128,6 +128,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 org.apache.hadoop.util.Time;
|
||||||
|
|
||||||
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