HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth.
(cherry picked from commit b44b2ee4ad
)
This commit is contained in:
parent
5dc45d529b
commit
c035365338
|
@ -416,6 +416,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-11012. hadoop fs -text of zero-length file causes EOFException
|
HADOOP-11012. hadoop fs -text of zero-length file causes EOFException
|
||||||
(Eric Payne via jlowe)
|
(Eric Payne via jlowe)
|
||||||
|
|
||||||
|
HADOOP-11063. KMS cannot deploy on Windows, because class names are too long.
|
||||||
|
(cnauroth)
|
||||||
|
|
||||||
Release 2.5.1 - UNRELEASED
|
Release 2.5.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -243,6 +243,7 @@
|
||||||
<goal>war</goal>
|
<goal>war</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<archiveClasses>true</archiveClasses>
|
||||||
<warName>kms</warName>
|
<warName>kms</warName>
|
||||||
<webappDirectory>${project.build.directory}/kms
|
<webappDirectory>${project.build.directory}/kms
|
||||||
</webappDirectory>
|
</webappDirectory>
|
||||||
|
|
Loading…
Reference in New Issue