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

Add max-outstanding-splits-size to Hive configuration doc #16367

Merged
merged 1 commit into from
Mar 28, 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
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,10 @@ connector.
- The target number of buffered splits for each table scan in a query,
before the scheduler tries to pause.
- ``1000``
* - ``hive.max-outstanding-splits-size``
- The maximum size allowed for buffered splits for each table scan
in a query, before the query fails.
- ``256 MB``
* - ``hive.max-splits-per-second``
- The maximum number of splits generated per second per table scan. This
can be used to reduce the load on the storage system. By default, there
Expand Down