Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ This makes model preparation easier as we do not have to divide the data set int

You can inspect a running Spark job by forwarding the port used by the Spark-UI:

NOTE: This is only possible while the job pod is running. Otherwise you will get an error.

[source,console]
----
$ kubectl port-forward spark-ad-driver 4040
Expand Down