[GitHub] metron pull request #589: METRON-955: Make the default sync policy for HDFS ...

2017-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/589 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] metron pull request #589: METRON-955: Make the default sync policy for HDFS ...

2017-05-15 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/589#discussion_r116582720 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/hdfs/HdfsWriter.java --- @@ -111,6 +121,16 @@ public BulkWriterResponse

[GitHub] metron pull request #589: METRON-955: Make the default sync policy for HDFS ...

2017-05-15 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/metron/pull/589 METRON-955: Make the default sync policy for HDFS Writer be based on the batch size ## Contributor Comments Right now, we do a sync per record written in HDFS. This has performance penalties