Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)"

This reverts commit 3a0b695441.

(cherry picked from commit a888b5bc53)
This commit is contained in:
Xuan 2016-03-15 22:10:39 -07:00
parent abfb2957d1
commit 398dbde538
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ public class FileSystemTimelineWriter extends TimelineWriter{
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
mapper.setSerializationInclusion(Inclusion.NON_NULL);
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
mapper.configure(Feature.FLUSH_AFTER_WRITE_VALUE, false);
return mapper;
}