Nikhil-Khetani opened a new issue, #33913: URL: https://github.com/apache/arrow/issues/33913
### Describe the bug, including details regarding any error messages, version, and platform. I am running a hadoop distributed filesystem on my local computer and attempting to use the new Filesystem interface with HadoopFileSystem to connect to my hdfs. However, after verifying my environment variables were set correctly and that the libhdfs.so file exists in the specified directory, upon trying to connect, I get the error: "OSError: Unable to load libhdfs: The specified module could not be found." Platform: Windows 10 python == 3.11.1 pyarrow==10.0.1 Hadoop/hdfs version == 3.2.2 Namenode port: 'localhost:9000'  I have checked libhdfs.so exists and is not empty at specified location:  I have also double checked the CLASSPATH variable is set correctly:  Thanks, any help is appreciated. ### Component(s) C++, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
