-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31821][BUILD] Remove mssql-jdbc dependencies from Hadoop 3.2 profile #28640
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
|
Thank you for making a PR, but it's weird. This is an auto-generated file. Are you sure this is enough? |
|
Test build #123117 has finished for PR 28640 at commit
|
|
You shall not pass. :) |
|
Isn't it weird it's only pulled from Hive 2.3? Does Hive 2.3 refer any of mssql? |
|
Ya. Right, @HeartSaVioR . This dependency also surprised me at @gaborgsomogyi 's PR. We need to remove this definitely. |
|
There is another dep file with hive 2.3 where it doesn't appear. What I can think of is hadoop 3.2... |
|
It's weird, coming from |
|
|
This has been added in YARN-3663 but not yet clear whether it's required on the client side. |
|
Based on the commit found here the dependency infiltrated on the client side is bug and not feature. We've excluded |
| <exclusion> | ||
| <groupId>com.microsoft.sqlserver</groupId> | ||
| <artifactId>mssql-jdbc</artifactId> | ||
| </exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
|
Retest this please. |
|
Retest this please. |
|
Test build #123123 has finished for PR 28640 at commit
|
|
Test build #123128 has finished for PR 28640 at commit
|
|
Test build #123129 has finished for PR 28640 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Merged to master/3.0.
…rofile ### What changes were proposed in this pull request? There is an unnecessary dependency for `mssql-jdbc`. In this PR I've removed it. ### Why are the changes needed? Unnecessary dependency. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the Jenkins with the following configuration. - [x] Pass the dependency test. - [x] SBT with Hadoop-3.2 (#28640 (comment)) - [ ] Maven with Hadoop-3.2 Closes #28640 from gaborgsomogyi/SPARK-31821. Authored-by: Gabor Somogyi <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 8f1d774) Signed-off-by: Dongjoon Hyun <[email protected]>
|
Thank you so much, @gaborgsomogyi . |
|
Just wanted to continue but already finished, thanks for the help @dongjoon-hyun ! |
What changes were proposed in this pull request?
There is an unnecessary dependency for
mssql-jdbc. In this PR I've removed it.Why are the changes needed?
Unnecessary dependency.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the Jenkins with the following configuration.