Skip to content

Commit

Permalink
Close iterator in StdoutTap.
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed May 28, 2012
1 parent 98b0df5 commit abd5958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jvm/com/twitter/maple/tap/StdoutTap.java
Expand Up @@ -42,6 +42,7 @@ public boolean commitResource(JobConf conf) throws java.io.IOException {
System.out.println(it.next().getTuple());
}
System.out.println("-----------------------");
it.close();
return true;
}
}

0 comments on commit abd5958

Please sign in to comment.