crs4 / pydoop

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

JobConf type-specific getters fail to fall back to None #318

Closed simleo closed 6 years ago

simleo commented 6 years ago
>>> jc.get_int("k")  # "k" not in jc
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'