[ 
https://issues.apache.org/jira/browse/METRON-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575468#comment-16575468
 ] 

ASF GitHub Bot commented on METRON-1722:
----------------------------------------

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

    https://github.com/apache/metron/pull/1138#discussion_r209095504
  
    --- Diff: 
metron-platform/metron-pcap-backend/src/test/java/org/apache/metron/pcap/query/PcapCliTest.java
 ---
    @@ -166,12 +166,12 @@ public void 
runs_fixed_pcap_filter_job_with_full_argument_list_and_default_datef
         PcapOptions.START_TIME_MS.put(config, 500L);
         PcapOptions.END_TIME_MS.put(config, 1000L);
         PcapOptions.NUM_RECORDS_PER_FILE.put(config, 1000);
    +    PcapOptions.PRINT_JOB_STATUS.put(config, true);
    --- End diff --
    
    Ah, I see. Missed that with the diff only showing the option line in the 
latest commit. Full diff shows the extra option in the cli options arg list.


> PcapCLI should print progress to stdout
> ---------------------------------------
>
>                 Key: METRON-1722
>                 URL: https://issues.apache.org/jira/browse/METRON-1722
>             Project: Metron
>          Issue Type: Sub-task
>            Reporter: Ryan Merriman
>            Assignee: Ryan Merriman
>            Priority: Major
>
> It would be helpful if the Pcap CLI reported job status included state and 
> percent complete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to