Skip to content

Commit

Permalink
chore(datasets): replace "Pyspark" with "PySpark" (#423)
Browse files Browse the repository at this point in the history
Consistently write "PySpark" rather than "Pyspark"

Also, fix list formatting

Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Nov 25, 2023
1 parent a6e1864 commit 82cd5e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kedro-datasets/kedro_datasets/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
See [Spark Structured Streaming](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html) for details.

To work with multiple streaming nodes, 2 hooks are required for:
- Integrating Pyspark, see [Build a Kedro pipeline with PySpark](https://docs.kedro.org/en/stable/integrations/pyspark_integration.html) for details
- Running streaming query without termination unless exception

- Integrating PySpark, see [Build a Kedro pipeline with PySpark](https://docs.kedro.org/en/stable/integrations/pyspark_integration.html) for details
- Running streaming query without termination unless exception

#### Supported file formats

Expand Down

0 comments on commit 82cd5e5

Please sign in to comment.