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

Show error on .so load failure; fix conf strip #136

Closed martindurant closed 7 years ago

martindurant commented 7 years ago

It .so fails to load for any other reason apart from "not found", reraise the error.

@jcrist : sneaked the strip() fix into here. Didn't apply the broader conf changes yet.