-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[refactor](libhdfs) introduce hadoop libhdfs #17482
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
|
|
|
||
| #pragma once | ||
|
|
||
| #if defined(__x86_64__) |
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.
Should also check system os?
be/src/util/hdfs_storage_backend.cpp
Outdated
| Status HDFSStorageBackend::list(const std::string& remote_path, bool contain_md5, bool recursion, | ||
| std::map<std::string, FileStat>* files) { | ||
| CHECK_HDFS_CLIENT(_hdfs_fs); | ||
| #if 0 |
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.
Comment out temporarily, this class will be refactored
186ae2a to
991f5e0
Compare
|
991f5e0 to
49f8437
Compare
|
49f8437 to
8ff52f2
Compare
|
8ff52f2 to
b8408bb
Compare
|
|
|
see #18204 |
Proposed changes
Issue Number: close #xxx
Problem summary
Still WIP, this PR is just for review.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...