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

(cherry picked from commit 1aad99a71813660b83628cacfed393d0b3a123cc)
This commit is contained in:
Akira Ajisaka 2018-11-27 20:01:11 +09:00
parent f089796251
commit 2e6b9b174e
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -94,6 +94,7 @@ synchronized void write(HistoryEvent event) throws IOException {
wrapper.setEvent(event.getDatum());
writer.write(wrapper, encoder);
if (this.jsonOutput) {
encoder.flush();
out.writeBytes("\n");
}
}