HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b44b2ee4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b44b2ee4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b44b2ee4 Branch: refs/heads/HDFS-6584 Commit: b44b2ee4adb78723c221a7da8fd35ed011d0905c Parents: 1a09536 Author: cnauroth <[email protected]> Authored: Thu Sep 4 11:47:18 2014 -0700 Committer: cnauroth <[email protected]> Committed: Thu Sep 4 11:47:18 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-kms/pom.xml | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b44b2ee4/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f610c5d..d38fae9 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -754,6 +754,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11012. hadoop fs -text of zero-length file causes EOFException (Eric Payne via jlowe) + HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. + (cnauroth) + Release 2.5.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/b44b2ee4/hadoop-common-project/hadoop-kms/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml index b1ca307..3bb97c5 100644 --- a/hadoop-common-project/hadoop-kms/pom.xml +++ b/hadoop-common-project/hadoop-kms/pom.xml @@ -243,6 +243,7 @@ <goal>war</goal> </goals> <configuration> + <archiveClasses>true</archiveClasses> <warName>kms</warName> <webappDirectory>${project.build.directory}/kms </webappDirectory>
