aboutsummaryrefslogtreecommitdiff
path: root/dev/change-version-to-2.10.sh
diff options
context:
space:
mode:
authorLiwei Lin <lwlin7@gmail.com>2016-05-03 10:10:25 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-05-03 10:10:25 -0700
commit5bd9a2f697dac44a4777e24321a2eb4a3d54e24b (patch)
treeb948532281b9b04d298ee0e2cf104d6df3e9794a /dev/change-version-to-2.10.sh
parent5503e453ba00676925531f91f66c0108ac6b1fca (diff)
downloadspark-5bd9a2f697dac44a4777e24321a2eb4a3d54e24b.tar.gz
spark-5bd9a2f697dac44a4777e24321a2eb4a3d54e24b.tar.bz2
spark-5bd9a2f697dac44a4777e24321a2eb4a3d54e24b.zip
[SPARK-14884][SQL][STREAMING][WEBUI] Fix call site for continuous queries
## What changes were proposed in this pull request? Since we've been processing continuous queries in separate threads, the call sites are then `run at <unknown>:0`. It's not wrong but provides very little information; in addition, we can not distinguish two queries only from their call sites. This patch fixes this. ### Before [Jobs Tab] ![s1a](https://cloud.githubusercontent.com/assets/15843379/14766101/a47246b2-0a30-11e6-8d81-06a9a600113b.png) [SQL Tab] ![s1b](https://cloud.githubusercontent.com/assets/15843379/14766102/a4750226-0a30-11e6-9ada-773d977d902b.png) ### After [Jobs Tab] ![s2a](https://cloud.githubusercontent.com/assets/15843379/14766104/a89705b6-0a30-11e6-9830-0d40ec68527b.png) [SQL Tab] ![s2b](https://cloud.githubusercontent.com/assets/15843379/14766103/a8966728-0a30-11e6-8e4d-c2e326400478.png) ## How was this patch tested? Manually checks - see screenshots above. Author: Liwei Lin <lwlin7@gmail.com> Closes #12650 from lw-lin/fix-call-site.
Diffstat (limited to 'dev/change-version-to-2.10.sh')
0 files changed, 0 insertions, 0 deletions