dask / hdfs3

A wrapper for libhdfs3 to interact with HDFS from Python
http://hdfs3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

fix possible segmentation fault when connecting #153

Closed martindurant closed 6 years ago

martindurant commented 6 years ago

Extends #152

chanansh commented 6 years ago

I also get bash: line 1: 21864 Segmentation fault when I call hdfs = hdfs3.HDFileSystem(host=config.Hdfs.HOST, port=config.Hdfs.PORT) any help? hdfs3 0.3.0 py36_0 conda-forge libhdfs3 2.3.0 h97226ba_1

martindurant commented 6 years ago

Where did you get libhdfs3 from? I suggest you reinstall from conda-forge to match hdfs3.