Skip to content

Commit

Permalink
DOC-1788-loading-eof-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lee authored and Victor Lee committed Jun 22, 2023
1 parent 3860f34 commit 0626286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ddl-and-loading/pages/running-a-loading-job.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The `CONCURRENCY` parameter sets the maximum number of concurrent requests that
The `BATCH_SIZE` parameter sets the number of data lines included in each concurrent request sent to the GPE. The default is 8192.

==== `EOF`
This is a boolean parameter (`"True"` or `"False"`). There are two modes for the S3 Loader: streaming mode (`"False"`) and EOF mode (`"True"`). The default mode is `"False"`): streaming mode.
This is a boolean parameter. The loader has two modes: streaming mode (`"False"`) and EOF mode (`"True"`). The default mode is (`"False"`): streaming mode.

* In streaming mode, loading will never stop until the job is aborted.
* In EOF mode, loading will stop after consuming the provided file objects.
Expand Down

0 comments on commit 0626286

Please sign in to comment.