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/fs/compute_engines.md
-8
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,7 @@ As such, Hopsworks supports five computational engines:
10
10
2.[Python](https://www.python.org/): For pure Python environments without dependencies on Spark, Hopsworks supports [Pandas Dataframes](https://pandas.pydata.org/) and [Polars Dataframes](https://pola.rs/).
11
11
3.[Apache Flink](https://flink.apache.org): Flink Data Streams are currently supported as an experimental feature from Java/Scala environments.
12
12
4.[Apache Beam](https://beam.apache.org/)*experimental*: Beam Data Streams are currently supported as an experimental feature from Java/Scala environments.
13
-
<<<<<<< HEAD
14
-
=======
15
13
5.[Java](https://www.java.com): For pure Java environments without dependencies on Spark, Hopsworks supports writing using List of POJO Objects.
16
-
>>>>>>> b5aed0ee (compute engine java)
17
14
18
15
Hopsworks supports running [compute on the platform itself](../../concepts/dev/inside.md) in the form of [Jobs](../projects/jobs/pyspark_job.md) or in [Jupyter Notebooks](../projects/jupyter/python_notebook.md).
19
16
Alternatively, you can also connect to Hopsworks using Python or Spark from [external environments](../../concepts/dev/outside.md), given that there is network connectivity.
@@ -81,11 +78,6 @@ Apache Beam integration with Hopsworks feature store was only tested using Dataf
81
78
For more details head over to the [Getting Started Guide](https://github.com/logicalclocks/hopsworks-tutorials/tree/master/integrations/java/beam).
82
79
83
80
## Java
84
-
<<<<<<< HEAD
85
-
It is also possible to interact to Hopsworks feature store using pure Java environments without dependencies on Spark, Flink or Beam.
86
-
However, this is limited to retrieval of feature vector(s) from the online Feature Store.
87
-
=======
88
81
It is also possible to interact to Hopsworks feature store using pure Java environments without dependencies on Spark, Flink or Beam.
89
-
>>>>>>> b5aed0ee (compute engine java)
90
82
91
83
For more details head over to the [Getting Started Guide](https://github.com/logicalclocks/hopsworks-tutorials/tree/master/java).
0 commit comments