Skip to content

docs(spark-k8s-anomaly-detection-taxi-data): Add note about accessing the job pod #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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