Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributes to #6436. See that issue for much more discussion.
This proposes deprecating HDFS support, for the reasons described in #6436. I'd like to get this into the next release (#6439) and then fully remove this support in a future release of LightGBM.
Notes for Reviewers
Since this is a proposal to eventually break a part of the public API, I would especially like a review on this (and #6436) from either @guolinke or @shiyu1994 .
How I tested this
I searched for these places like this:
And tested the deprecation warning like this:
cmake -B build -S . -DUSE_HDFS=ON
Saw it generated correctly.