-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](build) Skip some hdfsBuilder functions when USE_HADOOP_HDFS support is not enabled #49529
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
…port is not enabled
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
morningman
left a comment
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 34240 ms |
TPC-DS: Total hot run time: 186371 ms |
ClickBench: Total hot run time: 31.31 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
…port is not enabled (apache#49529) We should check whether the USE_HADOOP_HDFS macro is enabled before deciding whether to use the hdfsBuilderSetKerb5Conf and hdfsBuilderSetKeyTabFile functions. Otherwise, compilation may fail in some environments that do not have HADOOP_HDFS compilation dependencies, such as MacOS.
We should check whether the USE_HADOOP_HDFS macro is enabled before deciding whether to use the hdfsBuilderSetKerb5Conf and hdfsBuilderSetKeyTabFile functions. Otherwise, compilation may fail in some environments that do not have HADOOP_HDFS compilation dependencies, such as MacOS.