-
Notifications
You must be signed in to change notification settings - Fork 472
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
bug: webhdfs doesn't handle redirection correctly #1355
Comments
Seems like the HTTP response lacks a Location field, what's the version of Hadoop? OpenDAL will always |
Considering users may put their self defined HTTP clients to OpenDAL, whose redirect policies may vary and causing different runtime behavior, OpenDAL's WebHDFS support relies on a I'll support low versioned WebHDFS services as soon as possible, sorry again for the bad coding experience brought to you. :( BTW, we need to clarify that self defined HTTP clients for OpenDAL should never follow redirects automatically, since we will handle them manually. |
LGTM, can you help add this statement in HttpClient's doc? |
The text was updated successfully, but these errors were encountered: