Github user nickwallen commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1157#discussion_r209651293
  
    --- 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 --
    
    Should we mention that 1C, 4C are valid values in addition to integers?  
Perhaps just copy the text you have in the Ambari description into the README.  
Good stuff.


---

Reply via email to