Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-1788-loading-eof-typos #113

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -104,7 +104,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