@@ -289,19 +289,26 @@ specified here. This command isn't available in the `pulsar-admin` extension.
289289|The consistency level to use when exporting data. The default is
290290LOCAL_QUORUM.
291291
292- |`--export-max-concurrent-files=NUM|AUTO`
293- |The maximum number of concurrent files to write to. Must be a positive
294- number or the special value AUTO. The default is AUTO.
295-
296- |`--export-max-concurrent-queries=NUM|AUTO`
297- |The maximum number of concurrent queries to execute. Must be a
298- positive number or the special value AUTO. The default is AUTO.
299-
300- |`--export-splits=NUM|NC`
301- |The maximum number of token range queries to generate. Use the NC
302- syntax to specify a multiple of the number of available cores, e.g.
303- 8C = 8 times the number of available cores. The default is 8C. This
304- is an advanced setting; you should rarely need to modify the default
292+ |`--export-max-concurrent-files=NUM`
293+ |The maximum number of concurrent files to write to.
294+ Must be a positive number or the special value AUTO.
295+ The default is AUTO.
296+
297+ |`--export-max-concurrent-queries=NUM`
298+ |The maximum number of concurrent queries to execute.
299+ Must be a positive number or the special value AUTO.
300+ The default is AUTO.
301+
302+ |`--export-splits=NUM`
303+ |The maximum number of token range queries to generate.
304+ Can be a positive number or the special syntax NC.
305+
306+ Use the NC syntax to specify a multiple of the number of available cores.
307+ For example, 8C is 8 times the number of available cores.
308+
309+ The default is 8C.
310+
311+ This is an advanced setting; you should rarely need to modify the default
305312value.
306313
307314|`--export-dsbulk-option=OPT=VALUE`
0 commit comments