-
Notifications
You must be signed in to change notification settings - Fork 442
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
[GLUTEN-5103][VL] Use jvm libhdfs replace c++ libhdfs3 #6172
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Seems velox-hdfs part needs to be removed from vcpkg.json. And ports/libhdfs3 also needs to be removed. |
Run Gluten Clickhouse CI |
@JkSelf the PR is depending on the Velox PR, right? |
@JkSelf can you rebase the PR? |
66a476a
to
b429d39
Compare
Run Gluten Clickhouse CI |
e78faca
to
9d1af0a
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
ef25729
to
0bf23b2
Compare
Run Gluten Clickhouse CI |
0bf23b2
to
61ce8ad
Compare
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
26be8cb
to
1b69a59
Compare
Run Gluten Clickhouse CI |
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.
Looks good! Should velox branch be changed from your own branch?
Yes. Will change to 2024_10_25 branch later. Thanks. |
With this PR merged, is our default hdfs is libhdfs, instead of libhdfs3, right? Do we still support libhdfs3? or should wait until libhdfs3 support is merged in Velox? Need we modify jenkins tests? if we support both how to config? Let's have a new PR to document all the changes on necessary. |
…e#6172)" (apache#7683) This reverts commit bf3d8d7.
What changes were proposed in this pull request?
FileSystem.resolvePath(viewPath)
fixes #5103
How was this patch tested?
Local verification.