Skip to content

Commit e480ba7

Browse files
[DOC] Presto SQL > Trino rebranding: update URLs (prestosql.io > trino.io) [IG-18308]
1 parent b20570f commit e480ba7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data-ingestion-and-preparation/README.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
"source": [
421421
"### Running Full ANSI Presto SQL Queries\n",
422422
"\n",
423-
"The platform has a default pre-deployed Presto service that enables using the [Presto](https://prestosql.io/) open-source distributed SQL query engine to run interactive SQL queries and perform high-performance low-latency interactive analytics on data that's stored in the platform.\n",
423+
"The platform has a default pre-deployed Presto service that enables using the [Presto](https://trino.io/) open-source distributed SQL query engine to run interactive SQL queries and perform high-performance low-latency interactive analytics on data that's stored in the platform.\n",
424424
"To run a Presto query from a Jupyter notebook, all you need is to use an SQL magic command — `%sql` followed by your Presto query.\n",
425425
"Such queries are executed as distributed queries across the platform's application nodes.\n",
426426
"The [**basic-data-ingestion-and-preparation**](basic-data-ingestion-and-preparationipynb) tutorial demonstrates how to run Presto queries using SQL magic.\n",

data-ingestion-and-preparation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You can run SQL queries on NoSQL and Parquet data in the platform's data store,
219219

220220
### Running Full ANSI Presto SQL Queries
221221

222-
The platform has a default pre-deployed Presto service that enables using the [Presto](https://prestosql.io/) open-source distributed SQL query engine to run interactive SQL queries and perform high-performance low-latency interactive analytics on data that's stored in the platform.
222+
The platform has a default pre-deployed Presto service that enables using the [Presto](https://trino.io/) open-source distributed SQL query engine to run interactive SQL queries and perform high-performance low-latency interactive analytics on data that's stored in the platform.
223223
To run a Presto query from a Jupyter notebook, all you need is to use an SQL magic command — `%sql` followed by your Presto query.
224224
Such queries are executed as distributed queries across the platform's application nodes.
225225
The [**basic-data-ingestion-and-preparation**](basic-data-ingestion-and-preparationipynb) tutorial demonstrates how to run Presto queries using SQL magic.

data-ingestion-and-preparation/basic-data-ingestion-and-preparation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"You can run SQL statements (`SELECT` only) on top of NoSQL tables in the platform's data store.\n",
188188
"To do this, you need to use the Jupyter `%sql` or `%%sql` IPython Jupyter magic followed by an SQL statement.\n",
189189
"The platform supports standard ANSI SQL semantics.\n",
190-
"Under the hood, the SQL statements are executed via [Presto](https://prestosql.io/), which is a distributed SQL engine designed from the ground up for fast analytics queries.\n",
190+
"Under the hood, the SQL statements are executed via [Presto](https://trino.io/), which is a distributed SQL engine designed from the ground up for fast analytics queries.\n",
191191
"\n",
192192
"In the example in the following cell, as a preparation for the SQL query, the **stocks.csv** file that was ingested to the **users/<running user>/examples/stocks** platform data-container directory in the previous [Ingesting Files from Amazon S3 to the Platform](#ingest-from-amazon-s3) example is written to a **stocks_example_tab** NoSQL table in the same directory.\n",
193193
"Then, an SQL `SELECT` query is run on this table.\n",

platform-overview.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"\n",
7474
"- [Apache Spark](https://spark.apache.org/) data-processing engine — including the Spark SQL and Datasets, MLlib, R, and GraphX libraries — with real-time access to the platform's NoSQL data store and file system.\n",
7575
" See the platform's [Spark API references](https://www.iguazio.com/docs/v3.0/data-layer/reference/spark-apis/) and the examples in the [**spark-sql-analytics**](data-ingestion-and-preparation/spark-sql-analytics.ipynb) tutorial.\n",
76-
"- [Presto](https://prestosql.io/) distributed SQL query engine, which can be used to run interactive SQL queries over platform NoSQL tables or other object (file) data sources.\n",
76+
"- [Presto](https://trino.io/) distributed SQL query engine, which can be used to run interactive SQL queries over platform NoSQL tables or other object (file) data sources.\n",
7777
" See the platform's [Presto documentation](https://www.iguazio.com/docs/v3.0/data-layer/presto/).\n",
7878
"- [pandas](https://pandas.pydata.org/) Python analysis library, including structured DataFrames.\n",
7979
"- [Dask](https://dask.org/) parallel-computation Python library, including scaled pandas DataFrames.\n",

0 commit comments

Comments
 (0)