Skip to content

Commit 3189dd0

Browse files
Merge branch 'development' of github.com:v3io/tutorials into 3.x
2 parents 80546b6 + 3564d12 commit 3189dd0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

data-ingestion-and-preparation/README.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
" - [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)\n",
3434
" - [Running Spark SQL Queries](#data-ingest-sql-spark)\n",
3535
" - [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)\n",
36-
" - [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)\n",
36+
" - [Running SQL Queries from MLRun Jobs](#data-ingest-sql-mlrun)\n",
3737
"- [Working with Parquet Files](#data-ingest-parquet)\n",
3838
"- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)\n",
3939
"- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)\n",
@@ -455,7 +455,7 @@
455455
"source": [
456456
"### Running SQL Queries from Nuclio Functions \n",
457457
"\n",
458-
"In some cases, you might need to run an SQL query as part of an event-driven application.\n",
458+
"In some cases, you might need to run SQL queries as part of an event-driven application.\n",
459459
"The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function."
460460
]
461461
},
@@ -470,10 +470,10 @@
470470
"cell_type": "markdown",
471471
"metadata": {},
472472
"source": [
473-
"### Running SQL Queries from MLRun job \n",
473+
"### Running SQL Queries from MLRun Jobs\n",
474474
"\n",
475-
"In some cases, you might need to run an SQL query as part of MLRun job.\n",
476-
"The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job."
475+
"In some cases, you might need to run SQL queries as part of an MLRun job.\n",
476+
"The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an MLRun job using Presto."
477477
]
478478
},
479479
{

data-ingestion-and-preparation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Learn about different methods for ingesting data into the Iguazio Data Science P
2222
- [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)
2323
- [Running Spark SQL Queries](#data-ingest-sql-spark)
2424
- [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)
25-
- [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)
25+
- [Running SQL Queries from MLRun Jobs](#data-ingest-sql-mlrun)
2626
- [Working with Parquet Files](#data-ingest-parquet)
2727
- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)
2828
- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)
@@ -239,15 +239,15 @@ For more information about the platform's Spark service, see [Working with Spark
239239

240240
### Running SQL Queries from Nuclio Functions
241241

242-
In some cases, you might need to run an SQL query as part of an event-driven application.
242+
In some cases, you might need to run SQL queries as part of an event-driven application.
243243
The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function.
244244

245245
<a id="data-ingest-sql-mlrun"></a>
246246

247-
### Running SQL Queries from MLRun job
247+
### Running SQL Queries from MLRun Jobs
248248

249-
In some cases, you might need to run an SQL query as part of MLRun job.
250-
The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job.
249+
In some cases, you might need to run SQL queries as part of an MLRun job.
250+
The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an MLRun job using Presto.
251251

252252
<a id="data-ingest-parquet"></a>
253253

0 commit comments

Comments
 (0)