commit | 6614e97d34de0e75a090e815a1b757c0a4359078 | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@gmail.com> | Tue Jun 04 20:11:33 2013 -0700 |
committer | zheilbron <zheilbron@gmail.com> | Tue Jun 04 20:11:33 2013 -0700 |
tree | 576b83d16694b2f6dac8479e8806e0a940b0208c | |
parent | 961d357e5327508c8c8bb4cec4a3aea0c2147767 [diff] | |
parent | c04d1d2662f37aa39cf957a89ff958c3c4d67979 [diff] |
Merge branch 'master' into zheilbron/hyracks_asterix_issue470
diff --git a/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/RuntimeContext.java b/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/RuntimeContext.java index 92f2c11..2b32545 100644 --- a/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/RuntimeContext.java +++ b/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/RuntimeContext.java
@@ -82,7 +82,7 @@ resourceIdFactory = new ResourceIdFactory(0); } - public void close() { + public void close() throws HyracksDataException { for (Entry<Long, List<FileReference>> entry : iterationToFiles.entrySet()) for (FileReference fileRef : entry.getValue()) fileRef.delete();