-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[SMALLFIX] Remove alluxio.user.hostname from REMOVED_KEYS #14460
Conversation
Hi @Xaprice, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
You did it @Xaprice! Thank you for signing the Contribution License Agreement. |
Codecov Report
@@ Coverage Diff @@
## master #14460 +/- ##
============================================
+ Coverage 41.84% 41.92% +0.07%
- Complexity 9321 9342 +21
============================================
Files 1495 1495
Lines 87509 87507 -2
Branches 10428 10428
============================================
+ Hits 36622 36686 +64
+ Misses 47905 47842 -63
+ Partials 2982 2979 -3
Continue to review full report at Codecov.
|
alluxio-bot, merge this please |
Merge unsuccessful: Insufficient permissions to trigger a PR merge. user: Xaprice |
@apc999 |
alluxio-bot, merge this please |
Fix Alluxio/Community#610 alluxio.user.hostname is not deprecated and is still used. So remove it from REMOVED_KEYS of alluxio.conf.RemovedKey. pr-link: Alluxio#14460 change-id: cid-fd7c84df73a84cba5376d25a65c2e6ee97781753
Fix Alluxio/Community#610
alluxio.user.hostname is not deprecated and is still used.
So remove it from REMOVED_KEYS of alluxio.conf.RemovedKey.