Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 2 deletions docs/src/main/sphinx/admin/event-listeners-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ You need to perform the following steps:
- Detail the events to send in the {ref}`http-event-listener-configuration` section.

(http-event-listener-configuration)=

## Configuration

To configure the HTTP event listener plugin, create an event listener properties
Expand Down Expand Up @@ -104,7 +103,6 @@ event-listener.config-files=etc/http-event-listener.properties,...
:::

(http-event-listener-custom-headers)=

### Custom HTTP headers

Providing custom HTTP headers is a useful mechanism for sending metadata along with
Expand Down
3 changes: 1 addition & 2 deletions docs/src/main/sphinx/admin/event-listeners-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You need to perform the following steps:
Port 3306 is the default port.

(mysql-event-listener-configuration)=

## Configuration

To configure the MySQL event listener plugin, create an event listener properties
Expand Down Expand Up @@ -68,4 +67,4 @@ string, user, catalog, and others with information about the query processing.
- Description
* - `mysql-event-listener.db.url`
- JDBC connection URL to the database including credentials
:::
:::
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 of diff comes from this change.

7 changes: 0 additions & 7 deletions docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Find further related properties in [](/admin/properties), specifically in
[](/admin/properties-resource-management) and [](/admin/properties-exchange).

(fte-retry-policy)=

## Retry policy

The `retry-policy` configuration property designates whether Trino retries
Expand Down Expand Up @@ -376,7 +375,6 @@ fault-tolerant execution:
:::

(fte-exchange-manager)=

## Exchange manager

Exchange spooling is responsible for storing and managing spooled data for
Expand Down Expand Up @@ -519,7 +517,6 @@ lifecycle rule to automatically expire abandoned objects in the event of a node
crash.

(fte-exchange-aws-s3)=

#### AWS S3

The following example `exchange-manager.properties` configuration specifies an
Expand Down Expand Up @@ -547,7 +544,6 @@ exchange.base-directories=s3://exchange-spooling-bucket-1,s3://exchange-spooling
```

(fte-exchange-azure-blob)=

#### Azure Blob Storage

The following example `exchange-manager.properties` configuration specifies an
Expand All @@ -562,7 +558,6 @@ exchange.azure.connection-string=connection-string
```

(fte-exchange-gcs)=

#### Google Cloud Storage

To enable exchange spooling on GCS in Trino, change the request endpoint to the
Expand All @@ -588,7 +583,6 @@ exchange.gcs.json-key-file-path=/path/to/gcs_keyfile.json
```

(fte-exchange-hdfs)=

#### HDFS

The following `exchange-manager.properties` configuration example specifies HDFS
Expand All @@ -601,7 +595,6 @@ hdfs.config.resources=/usr/lib/hadoop/etc/hadoop/core-site.xml
```

(fte-exchange-local-filesystem)=

#### Local filesystem storage

The following example `exchange-manager.properties` configuration specifies a
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/admin/properties-node-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ across all worker nodes. Setting it too high may increase query
latency and increase CPU usage on the coordinator.

(node-scheduler-policy)=

## `node-scheduler.policy`

- **Type:** {ref}`prop-type-string`
Expand Down
6 changes: 0 additions & 6 deletions docs/src/main/sphinx/admin/properties-resource-management.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Resource management properties

(prop-resource-query-max-cpu-time)=

## `query.max-cpu-time`

- **Type:** {ref}`prop-type-duration`
Expand All @@ -11,7 +10,6 @@ This is the max amount of CPU time that a query can use across the entire
cluster. Queries that exceed this limit are killed.

(prop-resource-query-max-memory-per-node)=

## `query.max-memory-per-node`

- **Type:** {ref}`prop-type-data-size`
Expand All @@ -35,7 +33,6 @@ Does not apply for queries with task level retries enabled (`retry-policy=TASK`)
:::

(prop-resource-query-max-memory)=

## `query.max-memory`

- **Type:** {ref}`prop-type-data-size`
Expand All @@ -58,7 +55,6 @@ Does not apply for queries with task level retries enabled (`retry-policy=TASK`)
:::

(prop-resource-query-max-total-memory)=

## `query.max-total-memory`

- **Type:** {ref}`prop-type-data-size`
Expand All @@ -79,7 +75,6 @@ Does not apply for queries with task level retries enabled (`retry-policy=TASK`)
:::

(prop-resource-memory-heap-headroom-per-node)=

## `memory.heap-headroom-per-node`

- **Type:** {ref}`prop-type-data-size`
Expand All @@ -95,7 +90,6 @@ maximum heap size in the JVM on the node. See {ref}`jvm-config`.
:::

(prop-resource-exchange-deduplication-buffer-size)=

## `exchange.deduplication-buffer-size`

- **Type:** {ref}`prop-type-data-size`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Write partitioning properties

(preferred-write-partitioning)=

## `use-preferred-write-partitioning`

- **Type:** {ref}`prop-type-boolean`
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/admin/properties-writer-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Enable writer scaling by dynamically increasing the number of writer tasks on
the cluster.

(prop-task-scale-writers)=

## `task.scale-writers.enabled`

- **Type:** {ref}`prop-type-boolean`
Expand Down
6 changes: 0 additions & 6 deletions docs/src/main/sphinx/admin/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ allowed values and syntax. Additional limitations apply on a per-property basis,
and disallowed values result in a validation error.

(prop-type-boolean)=

### `boolean`

The properties of type `boolean` support two values, `true` or `false`.

(prop-type-data-size)=

### `data size`

The properties of type `data size` support values that describe an amount of
Expand All @@ -64,15 +62,13 @@ The `data size` type supports the following units:
- `PB`: Petabytes

(prop-type-double)=

### `double`

The properties of type `double` support numerical values including decimals,
such as `1.6`. `double` type values can be negative, if supported by the
specific property.

(prop-type-duration)=

### `duration`

The properties of type `duration` support values describing an
Expand All @@ -97,7 +93,6 @@ These are handled as a fractional value of the specified unit. For example, the
value `1.5m` equals one and a half minutes, or 90 seconds.

(prop-type-integer)=

### `integer`

The properties of type `integer` support whole numeric values, such as `5`
Expand All @@ -108,7 +103,6 @@ are not supported.
Some `integer` type properties enforce their own minimum and maximum values.

(prop-type-string)=

### `string`

The properties of type `string` support a set of values that consist of a
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/admin/resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ are reflected automatically for incoming queries.
- `subGroups` (optional): list of sub-groups.

(scheduleweight-example)=

### Scheduling weight example

Schedule weighting is a method of assigning a priority to a resource. Sub-groups
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/sphinx/admin/web-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ HTTP or HTTPS, using the corresponding port number specified in the coordinator
The Web UI can be disabled entirely with the `web-ui.enabled` property.

(web-ui-authentication)=

## Authentication

The Web UI requires users to authenticate. If Trino is not configured to require
Expand Down Expand Up @@ -50,7 +49,6 @@ The following Web UI authentication types are also supported:
For these authentication types, the username is defined by {doc}`/security/user-mapping`.

(web-ui-overview)=

## User interface overview

The main page has a list of queries along with information like unique query ID, query text,
Expand Down
12 changes: 0 additions & 12 deletions docs/src/main/sphinx/client/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ newer. Older versions typically work, but only a subset is regularly tested.
Versions before 350 are not supported.

(cli-installation)=

## Installation

Download {maven_download}`cli`, rename it to `trino`, make it executable with
Expand Down Expand Up @@ -214,7 +213,6 @@ to find out URL parameter names. For example:
```

(cli-tls)=

## TLS/HTTPS

Trino is typically available with an HTTPS URL. This means that all network
Expand Down Expand Up @@ -271,14 +269,12 @@ certificate usage:
:::

(cli-authentication)=

## Authentication

The Trino CLI supports many {doc}`/security/authentication-types` detailed in
the following sections:

(cli-username-password-auth)=

### Username and password authentication

Username and password authentication is typically configured in a cluster using
Expand Down Expand Up @@ -308,7 +304,6 @@ to provide a password to connect with the CLI.
```

(cli-external-sso-auth)=

### External authentication - SSO

Use the `--external-authentication` option for browser-based SSO
Expand All @@ -332,7 +327,6 @@ The detailed behavior is as follows:
- Expired tokens force you to log in again.

(cli-certificate-auth)=

### Certificate authentication

Use the following CLI arguments to connect to a cluster that uses
Expand All @@ -357,14 +351,12 @@ authentication with the CLI; instead, they control the client's trust of the
server's certificate.

(cli-jwt-auth)=

### JWT authentication

To access a Trino cluster configured to use {doc}`/security/jwt`, use the
`--access-token=<token>` option to pass a JWT to the server.

(cli-kerberos-auth)=

### Kerberos authentication

The Trino CLI can connect to a Trino cluster that has {doc}`/security/kerberos`
Expand Down Expand Up @@ -415,7 +407,6 @@ The following table lists the available options for Kerberos authentication:
:::

(cli-kerberos-debug)=

#### Additional Kerberos debugging information

You can enable additional Kerberos debugging information for the Trino CLI
Expand Down Expand Up @@ -450,7 +441,6 @@ such as `more` or [pspg](https://github.com/okbob/pspg),
or it can be set to an empty value to completely disable pagination.

(cli-history)=

## History

The CLI keeps a history of your previously used commands. You can access your
Expand Down Expand Up @@ -600,7 +590,6 @@ SELECT nationkey, name, region FROM tpch.sf1.nation LIMIT 3
```

(cli-output-format)=

## Output formats

The Trino CLI provides the options `--output-format`
Expand Down Expand Up @@ -645,7 +634,6 @@ and `CSV` in non-interactive mode.
:::

(cli-troubleshooting)=

## Troubleshooting

If something goes wrong, you see an error message:
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/sphinx/client/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ classname is required.
:::

(jdbc-java-connection)=

## Connection parameters

The driver supports various parameters that may be set as URL parameters,
Expand All @@ -112,7 +111,6 @@ while others are specified using properties. However, the same parameter
may not be specified using both methods.

(jdbc-parameter-reference)=

## Parameter reference

:::{list-table}
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/sphinx/connector/accumulo.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ WITH (
```

(accumulo-type-mapping)=

## Type mapping

Because Trino and Accumulo each support types that the other does not, this
Expand Down Expand Up @@ -761,7 +760,6 @@ mapping types following this table:
No other types are supported

(accumulo-sql-support)=

## SQL support

The connector provides read and write access to data and metadata in
Expand Down
5 changes: 0 additions & 5 deletions docs/src/main/sphinx/connector/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ a few caveats:
:::

(bigquery-type-mapping)=

## Type mapping

Because Trino and BigQuery each support types that the other does not, this
Expand Down Expand Up @@ -336,7 +335,6 @@ you can send query `SELECT * example_view$view_definition` to see the SQL
which defines view in BigQuery.

(bigquery-special-columns)=

## Special columns

In addition to the defined columns, the BigQuery connector exposes
Expand Down Expand Up @@ -367,7 +365,6 @@ Two special partitions `__NULL__` and `__UNPARTITIONED__` are not supported.
:::

(bigquery-sql-support)=

## SQL support

The connector provides read and write access to data and metadata in the
Expand All @@ -390,7 +387,6 @@ the following features:
```

(bigquery-fte-support)=

## Fault-tolerant execution support

The connector supports {doc}`/admin/fault-tolerant-execution` of query
Expand All @@ -402,7 +398,6 @@ The connector provides specific {doc}`table functions </functions/table>` to
access BigQuery.

(bigquery-query-function)=

### `query(varchar) -> table`

The `query` function allows you to query the underlying BigQuery directly. It
Expand Down
Loading