Uh oh!
There was an error while loading. Please reload this page.
[feature](Resource) Support to specify the root path for hdfs resource - #32632
Conversation
doris-robot
commented
Mar 21, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
e71082a to
b9fd180Compareclang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
dataroaring
commented
Mar 22, 2024
run buildall |
doris-robot
commented
Mar 22, 2024
TPC-H: Total hot run time: 37901 ms |
doris-robot
commented
Mar 22, 2024
TPC-DS: Total hot run time: 181503 ms |
doris-robot
commented
Mar 22, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Mar 22, 2024
TeamCity be ut coverage result: |
PR approved by anyone and no changes requested. |
Proposed changes
Previously the root_path of hdfs resource doesn't take effect, since the hdfs file system created had ignored the passed root_path property. This pr tries to correct the behavior by using the user specified root path.
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...