Skip to content
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

adding standalone libhdfs3 dir #15

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

zhouyuan
Copy link
Collaborator

this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou yuan.zhou@intel.com

this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
@@ -153,6 +153,7 @@ Result<std::vector<PlatformFilename>> get_potential_libhdfs_paths() {
ARROW_ASSIGN_OR_RAISE(auto search_paths, MakeFilenameVector({"", "."}));

// Path from environment variable
AppendEnvVarFilename("ARROW_LIBHDFS3_DIR", &search_paths);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a hack-ish solution to support libhdfs3, this would try to add one more call to parse from env variable, needs to check the performance

@zhouyuan zhouyuan merged commit 692db01 into oap-project:arrow-3.0.0-oap Apr 26, 2021
zhztheplayer pushed a commit that referenced this pull request May 13, 2021
this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
zhztheplayer pushed a commit that referenced this pull request May 13, 2021
this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
zhztheplayer pushed a commit that referenced this pull request Feb 28, 2022
this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
zhztheplayer pushed a commit that referenced this pull request Mar 15, 2022
this patch allows to use customized libhdfs3 dir

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant