HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because of non-ascii characters. (ozawa)
(cherry picked from commit 9850e1584b
)
This commit is contained in:
parent
235a77fe1c
commit
71db37266b
|
@ -423,6 +423,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl when
|
HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl when
|
||||||
loading key acl. (Dian Fu via yliu)
|
loading key acl. (Dian Fu via yliu)
|
||||||
|
|
||||||
|
HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because
|
||||||
|
of non-ascii characters. (ozawa)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -315,7 +315,7 @@ public class CommonConfigurationKeysPublic {
|
||||||
public static final String HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS =
|
public static final String HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS =
|
||||||
"hadoop.security.impersonation.provider.class";
|
"hadoop.security.impersonation.provider.class";
|
||||||
|
|
||||||
// <!--- KMSClientProvider configurations —>
|
// <!-- KMSClientProvider configurations -->
|
||||||
/** See <a href="{@docRoot}/../core-default.html">core-default.xml</a> */
|
/** See <a href="{@docRoot}/../core-default.html">core-default.xml</a> */
|
||||||
public static final String KMS_CLIENT_ENC_KEY_CACHE_SIZE =
|
public static final String KMS_CLIENT_ENC_KEY_CACHE_SIZE =
|
||||||
"hadoop.security.kms.client.encrypted.key.cache.size";
|
"hadoop.security.kms.client.encrypted.key.cache.size";
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
// to
|
// to
|
||||||
// package org.apache.hadoop.util;
|
// package org.apache.hadoop.util;
|
||||||
// 2. Removed author tags to clear hadoop author tag warning
|
// 2. Removed author tags to clear hadoop author tag warning
|
||||||
// author <a href="mailto:kenney@apache.org">Kenney Westerhof</a>
|
|
||||||
// author <a href="mailto:hboutemy@apache.org">Hervé Boutemy</a>
|
|
||||||
//
|
//
|
||||||
package org.apache.hadoop.util;
|
package org.apache.hadoop.util;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue