Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1157#discussion_r209649851
--- Diff: metron-interface/metron-rest/README.md ---
@@ -223,6 +223,9 @@ REST will supply the script with raw pcap data through
standard in and expects P
Pcap query jobs can be configured for submission to a YARN queue. This
setting is exposed as the Spring property `pcap.yarn.queue`. If configured,
the REST application will set the `mapreduce.job.queuename` Hadoop property to
that value.
+Pcap query jobs have a finalization routine that writes their results out
to HDFS in pages. There is a threadpool used for this finalization that can be
configured to use a specified number of threads.
+This setting is exposed as the Spring property
`pcap.finalizer.threadpool.size`
--- End diff --
Can we document the default value for this?
---