aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKostas Sakellis <kostas@cloudera.com>2015-02-06 11:13:00 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-02-06 11:13:00 -0800
commit32e964c410e7083b43264c46291e93cd206a8038 (patch)
tree9b46fe25fbac715da10c2689506ef00ee640b9b3 /project
parent4cdb26c174e479a144950d12e1ad180f361af1fd (diff)
downloadspark-32e964c410e7083b43264c46291e93cd206a8038.tar.gz
spark-32e964c410e7083b43264c46291e93cd206a8038.tar.bz2
spark-32e964c410e7083b43264c46291e93cd206a8038.zip
SPARK-2450 Adds executor log links to Web UI
Adds links to stderr/stdout in the executor tab of the webUI for: 1) Standalone 2) Yarn client 3) Yarn cluster This tries to add the log url support in a general way so as to make it easy to add support for all the cluster managers. This is done by using environment variables to pass to the executor the log urls. The SPARK_LOG_URL_ prefix is used and so additional logs besides stderr/stdout can also be added. To propagate this information to the UI we use the onExecutorAdded spark listener event. Although this commit doesn't add log urls when running on a mesos cluster, it should be possible to add using the same mechanism. Author: Kostas Sakellis <kostas@cloudera.com> Author: Josh Rosen <joshrosen@databricks.com> Closes #3486 from ksakellis/kostas-spark-2450 and squashes the following commits: d190936 [Josh Rosen] Fix a few minor style / formatting nits. Reset listener after each test Don't null listener out at end of main(). 8673fe1 [Kostas Sakellis] CR feedback. Hide the log column if there are no logs available 5bf6952 [Kostas Sakellis] [SPARK-2450] [CORE] Adds exeuctor log links to Web UI
Diffstat (limited to 'project')
0 files changed, 0 insertions, 0 deletions