[
https://issues.apache.org/jira/browse/HADOOP-15866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658804#comment-16658804
]
Steve Loughran commented on HADOOP-15866:
-----------------------------------------
well caught!
This is a pain, but yes, if a public key has changed, this breaks compatibility
and we certainly can't ship the final release.
* [~sunilg] needs to know of this
* This doesn't change the string values of the keys, so we don't need to worry
about deprecation deltas.
+1 as is because this is so urgent for 3.2, and
> HADOOP-15523 breaks compatibility
> ---------------------------------
>
> Key: HADOOP-15866
> URL: https://issues.apache.org/jira/browse/HADOOP-15866
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.10.0, 3.2.0, 3.1.1, 2.9.2, 3.0.4, 3.3.0
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
> Priority: Blocker
> Attachments: HADOOP-15866.001.patch
>
>
> Our internal tool found HADOOP-15523 breaks public API compatibility:
> class CommonConfigurationKeysPublic
> || ||Change||Effect||
> |1|Field HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS has been renamed to
> HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY.|Recompilation of a client
> program may be terminated with the message: cannot find variable
> HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS in
> CommonConfigurationKeysPublic.|
> |2|Field HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT has been
> renamed to HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT.|Recompilation
> of a client program may be terminated with the message: cannot find variable
> HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT in
> CommonConfigurationKeysPublic.|
> HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT is used to
> instantiate a variable in ShellBasedGroupsMapping objects, and since almost
> all applications requires groups mapping, this can cause runtime error if
> application loads multiple versions of Hadoop library.
> IMO this is a blocker for 3.2.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]