aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-10-27 19:32:00 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-10-27 19:32:00 -0700
commitaec9bf90606839a5f8ba58ad72af4fafc9efad76 (patch)
treed3b00a754002e3ce62b6c87914891d3b9de9402b /examples/src/main/scala
parentd4df4749a8738628aa79802c4fb2805d02f47bb8 (diff)
parentae22b4dd99c7ac9b48a5859c26f0a2c708dccd65 (diff)
downloadspark-aec9bf90606839a5f8ba58ad72af4fafc9efad76.tar.gz
spark-aec9bf90606839a5f8ba58ad72af4fafc9efad76.tar.bz2
spark-aec9bf90606839a5f8ba58ad72af4fafc9efad76.zip
Merge pull request #112 from kayousterhout/ui_task_attempt_id
Display both task ID and task attempt ID in UI, and rename taskId to taskAttemptId Previously only the task attempt ID was shown in the UI; this was confusing because the job can be shown as complete while there are tasks still running. Showing the task ID in addition to the attempt ID makes it clear which tasks are redundant. This commit also renames taskId to taskAttemptId in TaskInfo and in the local/cluster schedulers. This identifier was used to uniquely identify attempts, not tasks, so the current naming was confusing. The new naming is also more consistent with map reduce.
Diffstat (limited to 'examples/src/main/scala')
0 files changed, 0 insertions, 0 deletions