MAPREDUCE-7162. TestEvents#testEvents fails. Contributed by Zhaohui Xin.

(cherry picked from commit 1aad99a718)
This commit is contained in:
Akira Ajisaka 2018-11-27 20:01:11 +09:00
parent eb43772896
commit 5e2f123748
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class EventWriter {
wrapper.setEvent(event.getDatum()); wrapper.setEvent(event.getDatum());
writer.write(wrapper, encoder); writer.write(wrapper, encoder);
if (this.jsonOutput) { if (this.jsonOutput) {
encoder.flush();
out.writeBytes("\n"); out.writeBytes("\n");
} }
} }