Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/3486#issuecomment-72947236
I just tried this out in `spark-shell` with `local-cluster` mode and
noticed that the URL doesn't seem to work properly:
```
http://192.168.1.248:0/logPage/?appId=app-20150204134724-0000&executorId=1&logType=stderr
```
In this case, it looks like the web UI was bound to an ephemeral port. I
think we need to query the worker web UI to figure out the actual port that it
binds to and use that port when configuring the `ExecutorRunner`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]