Skip to content

Commit

Permalink
Document hive.max-outstanding-splits-size property
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleby1 authored and ebyhr committed Mar 28, 2023
1 parent c033283 commit 37b2516
Showing 1 changed file with 4 additions and 0 deletions.
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 @@ -1470,6 +1470,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

0 comments on commit 37b2516

Please sign in to comment.