diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-03 13:32:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-03 13:39:03 +0300 |
| commit | 117f062a01e9d456e19f738a0b7047d9bb01285f (patch) | |
| tree | d2ff5f5cc0b02159a14f51b1850e4427877ef9a7 /integrationtests/dmap.csv.query.expected | |
| parent | b0973dd7d17269ad9d4ebfd4842072e739c59eca (diff) | |
when a mapreduce outfile is specified also always write a outfile.query file
Diffstat (limited to 'integrationtests/dmap.csv.query.expected')
| -rw-r--r-- | integrationtests/dmap.csv.query.expected | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/dmap.csv.query.expected b/integrationtests/dmap.csv.query.expected new file mode 100644 index 0000000..2bb2a52 --- /dev/null +++ b/integrationtests/dmap.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($line),last($time),avg($goroutines),min(concurrentConnections),max(lifetimeConnections) group by $hostname outfile dmap.csv.tmp
\ No newline at end of file |
