You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user_guides/integrations/python.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ fs = project.get_feature_store() # Get the project's default feature stor
56
56
57
57
!!! note "Engine"
58
58
59
-
`Hopsworks` leverage several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
59
+
`Hopsworks` leverages several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
60
60
61
61
Please refer to the [Spark integration guide](spark.md) to configure your PySpark cluster to interact with Hopsworks.
Copy file name to clipboardexpand all lines: docs/user_guides/integrations/spark.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ fs = project.get_feature_store() # Get the project's default feature s
85
85
86
86
!!! note "Engine"
87
87
88
-
`Hopsworks` leverage several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
88
+
`Hopsworks` leverages several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
0 commit comments