Skip to content

Commit e7f56e1

Browse files
authored
docs(spark-k8s-anomaly-detection-taxi-data): Add note about accessing the job pod (#276)
1 parent f19c713 commit e7f56e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ This makes model preparation easier as we do not have to divide the data set int
135135

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

138+
NOTE: This is only possible while the job pod is running. Otherwise you will get an error.
139+
138140
[source,console]
139141
----
140142
$ kubectl port-forward spark-ad-driver 4040

0 commit comments

Comments
 (0)