From e4a88cd1cbddac41b92aaabbd86450e30659bbbf Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Tue, 27 Feb 2024 14:23:00 +0000 Subject: [PATCH] Fix ant docs build --- docs/pom.xml | 17 ++++++++--------- docs/user/filesystem/partition_schemes.rst | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c43a944d1bb8..61f5ee5b4360 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,26 +23,26 @@ UTF-8 1.10.13 - html + html html - html + html singlehtml - singlehtml + singlehtml latex - latex + latex @@ -64,11 +64,10 @@ compile compile - - - - - + + + + run diff --git a/docs/user/filesystem/partition_schemes.rst b/docs/user/filesystem/partition_schemes.rst index dc5d1d3a8a34..b89c937f16ae 100644 --- a/docs/user/filesystem/partition_schemes.rst +++ b/docs/user/filesystem/partition_schemes.rst @@ -94,9 +94,9 @@ Receipt Time Scheme **Configuration:** * ``datetime-scheme`` - The name of another date-time scheme describing the layout of the data, e.g. ``weekly`` or -``hourly``. Additional options may be required to configure the date-time scheme selected. + ``hourly``. Additional options may be required to configure the date-time scheme selected. * ``buffer`` - The amount of time to buffer queries by, expressed as a duration, e.g. ``30 minutes``. This represents -the latency in the system. + the latency in the system. The receipt time scheme partitions data based on when a message is received. Generally this is useful only for reading existing data that may have been aggregated and stored by an external process.