Details
Description
We are running a mapreduce job using ToolRunner in a quartz task in Spring. Each time it runs, it opens 8 file descriptors (seen via lsof | grep hadoop) and closes 2. This leaves 6 open and eventually adds up until the ulimit is reached.
It may be similar to https://issues.apache.org/jira/browse/HDFS-73.