Skip to content

Commit

Permalink
remove spark from comments
Browse files Browse the repository at this point in the history
Signed-off-by: carlaprv <carlaprv@hotmail.com>
  • Loading branch information
carlaprv committed Oct 6, 2022
1 parent 8abfc33 commit 05ffe6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kedro/io/cached_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class as shown above.

# this dataset cannot be used with ``ParallelRunner``,
# therefore it has the attribute ``_SINGLE_PROCESS = True``
# for parallelism within a Spark pipeline please consider
# ``ThreadRunner`` instead
# for parallelism please consider ``ThreadRunner`` instead
_SINGLE_PROCESS = True

def __init__(
Expand Down

0 comments on commit 05ffe6a

Please sign in to comment.