-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3 #7524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
update LICENSE too? |
While the current hadoop-aluyin module no longer has this transitive dependecy, hadoop-yarn-server-timelineservice-documentstore still depends on it transitively via azure-cosmosdb-commons. My understanding is that LICENSE-binary is supposed to include all transitive dependencies, @pan3793 , but please correct me if I'm wrong, and I will remove it. |
strictly speaking, the LICENSE shipped in artifacts(either jar or tarball) should exactly match the content, so keeping or removing depends on whether Hadoop binary distribution contains it. |
|
I've just built the assembly, and it's there, @pan3793 . |
…e#7524) Contributed by Istvan Toth. Reviewed-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
…e#7524) Contributed by Istvan Toth. Reviewed-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
#7778) Contributed by Istvan Toth. Reviewed-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
#7778) Contributed by Istvan Toth. Reviewed-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
Description of PR
JIRA: HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3.
Remove unused commons-beanutils dependency
How was this patch tested?
CI
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?