crs4 / pydoop

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

Fix early timeout #322

Closed simleo closed 6 years ago

simleo commented 6 years ago

Fixes #321.

The fix is all in OutputHandler.java. The rest is a new integration test that triggers the bug (see https://travis-ci.org/simleo/pydoop/builds/408558108) and a quick dev hack to build a mapred version of our submitter (mostly for debugging purposes).