Skip to content

Commit 2689421

Browse files
committed
updated spark.md
1 parent 1a84a55 commit 2689421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Kubectl to port-forward to that Spark driver pod's UI port:
4848
kubectl port-forward --address 127.0.0.1 -n "$NAMESPACE" "$SPARK_DRIVER_POD" 4040:4040
4949
```
5050

51-
Then open http://localhost:4040.
51+
Then open <http://localhost:4040>.
5252

5353
## Troubleshooting
5454

0 commit comments

Comments
 (0)