We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f255d commit b2392ebCopy full SHA for b2392eb
cpp/src/arrow/io/hdfs_internal.cc
@@ -153,6 +153,7 @@ Result<std::vector<PlatformFilename>> get_potential_libhdfs_paths() {
153
ARROW_ASSIGN_OR_RAISE(auto search_paths, MakeFilenameVector({"", "."}));
154
155
// Path from environment variable
156
+ AppendEnvVarFilename("ARROW_LIBHDFS3_DIR", &search_paths);
157
AppendEnvVarFilename("HADOOP_HOME", "lib/native", &search_paths);
158
AppendEnvVarFilename("ARROW_LIBHDFS_DIR", &search_paths);
159
0 commit comments