Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedro committed Sep 26, 2024
2 parents 9397b68 + f1d3751 commit 02c1758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/integrations/pyspark_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SparkHooks:
"""

# Load the spark configuration in spark.yaml using the config loader
parameters = context.config_loader.get("spark*", "spark*/**")
parameters = context.config_loader["spark"]
spark_conf = SparkConf().setAll(parameters.items())

# Initialise the spark session
Expand Down

0 comments on commit 02c1758

Please sign in to comment.