Skip to content

Commit

Permalink
Merge pull request apache#62 from zhouyuan/wip_add_hdfslib_path
Browse files Browse the repository at this point in the history
[C++] add additional libhdfs3 lib dir
  • Loading branch information
zhouyuan authored Jun 8, 2020
2 parents a87f64b + d808323 commit 6f1d8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/io/hdfs_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
AppendEnvVarFilename("HADOOP_HOME", "lib/native", &search_paths);
AppendEnvVarFilename("ARROW_LIBHDFS_DIR", &search_paths);

Expand Down

0 comments on commit 6f1d8e1

Please sign in to comment.