crs4 / pydoop

A Python MapReduce and HDFS API for Hadoop
Apache License 2.0
236 stars 59 forks source link

Fix local fs support #355

Closed simleo closed 5 years ago

simleo commented 5 years ago

This PR contains multiple fixes for the hadoop-on-local-fs scenario, i.e., the one where fs.defaultFS is set to file:///, and adds a new Travis job to test it.

Main highlights: