crs4 / pydoop

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

Core HDFS extension: explicitly initialize variables #310

Closed simleo closed 6 years ago

simleo commented 6 years ago

Fixes #309.

One possible cause for #309 is that at some point we changed some parameters from required to optional, so their initialization stopped being guaranteed by the Python-side value. To avoid situations like this in the future, ef9dd48 paranoically initializes variables everywhere.