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/modules/spark-k8s/pages/usage-guide/spark-connect.adoc
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,14 @@ spec:
45
45
46
46
The example above adds a new endpoint for application metrics.
47
47
48
+
== Spark History Server
49
+
50
+
Unforunately integration with the Spark History Server is not supported yet. The connect server seems to ignore the `spark.eventLog` properties while also prohibiting clients to set them programatically.
51
+
48
52
== Notable Omissions
49
53
50
54
The following features are not supported by the Stackable Spark operator yet
51
55
52
-
* Integration with the Spark History Server.
53
56
* Authorization and authentication. Currently, anyone with access to the Spark Connect service can run jobs.
54
57
* Volumes and volume mounts can be added only with pod overrides.
55
58
* Job dependencies must be provisioned as custom images or via `--packages` or `--jars` arguments.
0 commit comments