Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5100][SQL]add webui for thriftserver - #5730
Conversation
SparkQA
commented
Apr 28, 2015
Test build #31097 has started for PR 5730 at commit |
SparkQA
commented
Apr 28, 2015
Test build #31097 has finished for PR 5730 at commit
|
There was a problem hiding this comment.
Append () to the method name since it causes side effect.
WangTaoTheTonic
commented
Apr 28, 2015
Sorry for not following the previous comments but could you tell the difference between this tab and Thrift Server's driver UI? |
There was a problem hiding this comment.
Maybe onStatementCompiled? Also, executePlan should be executionPlan.
tianyi
commented
Apr 28, 2015
@WangTaoTheTonic , the Thrift Server's driver UI you mentioned is a universal UI for all kinds of work on spark, and mainly focus on jobs, stages and tasks. |
liancheng
commented
Apr 28, 2015
This generally looks good, left some comments, most are about styling issues. @JoshRosen Would you mind to double check the web UI changes? This should be generally the same as #3946. Thanks! @tianyi will add Selenium based test cases later. |
SparkQA
commented
Apr 28, 2015
Test build #31128 has started for PR 5730 at commit |
tianyi
commented
Apr 28, 2015
@JoshRosen I just add some tests for thrift server UI. But I'm not sure if I need to add test cases for all the feature. Any suggestion? |
SparkQA
commented
Apr 28, 2015
Test build #31129 has started for PR 5730 at commit |
SparkQA
commented
Apr 28, 2015
Test build #31128 has finished for PR 5730 at commit
|
SparkQA
commented
Apr 28, 2015
Test build #31129 has finished for PR 5730 at commit
|
SparkQA
commented
Apr 28, 2015
Test build #31132 has started for PR 5730 at commit |
SparkQA
commented
Apr 28, 2015
Test build #31132 has finished for PR 5730 at commit
|
AmplabJenkins
commented
Apr 29, 2015
Merged build triggered. |
AmplabJenkins
commented
Apr 29, 2015
Merged build started. |
SparkQA
commented
Apr 29, 2015
Test build #31254 has started for PR 5730 at commit |
SparkQA
commented
Apr 29, 2015
Test build #31254 has finished for PR 5730 at commit
|
AmplabJenkins
commented
Apr 29, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
Apr 29, 2015
Test FAILed. |
AmplabJenkins
commented
Apr 29, 2015
Merged build triggered. |
AmplabJenkins
commented
Apr 29, 2015
Merged build started. |
SparkQA
commented
Apr 29, 2015
Test build #31256 has started for PR 5730 at commit |
SparkQA
commented
Apr 29, 2015
Test build #31256 has finished for PR 5730 at commit
|
AmplabJenkins
commented
Apr 29, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
Apr 29, 2015
Test PASSed. |
tianyi
commented
Apr 29, 2015
@liancheng The test codes and is ready to review. |
liancheng
commented
May 4, 2015
LGTM, merging to master. Thanks for working on this! |
marmbrus
commented
May 6, 2015
The test added here is really noisy: Can you submit a followup to quiet it down? |
tianyi
commented
May 7, 2015
OK, I will work on it. |
tianyi
commented
May 8, 2015
This PR is a rebased version of apache#3946 , and mainly focused on creating an independent tab for the thrift server in spark web UI. Features: 1. Session related statistics ( username and IP are only supported in hive-0.13.1 ) 2. List all the SQL executing or executed on this server 3. Provide links to the job generated by SQL 4. Provide link to show all SQL executing or executed in a specified session Prototype snapshots: This is the main page for thrift server  Author: tianyi <tianyi.asiainfo@gmail.com> Closesapache#5730 from tianyi/SPARK-5100 and squashes the following commits: cfd14c7 [tianyi] style fix 0efe3d5 [tianyi] revert part of pom change c0f2fa0 [tianyi] extends HiveThriftJdbcTest to start/stop thriftserver for UI test aa20408 [tianyi] fix style problem c9df6f9 [tianyi] add testsuite for thriftserver ui and fix some style issue 9830199 [tianyi] add webui for thriftserver
This PR is a rebased version of apache#3946 , and mainly focused on creating an independent tab for the thrift server in spark web UI. Features: 1. Session related statistics ( username and IP are only supported in hive-0.13.1 ) 2. List all the SQL executing or executed on this server 3. Provide links to the job generated by SQL 4. Provide link to show all SQL executing or executed in a specified session Prototype snapshots: This is the main page for thrift server  Author: tianyi <tianyi.asiainfo@gmail.com> Closesapache#5730 from tianyi/SPARK-5100 and squashes the following commits: cfd14c7 [tianyi] style fix 0efe3d5 [tianyi] revert part of pom change c0f2fa0 [tianyi] extends HiveThriftJdbcTest to start/stop thriftserver for UI test aa20408 [tianyi] fix style problem c9df6f9 [tianyi] add testsuite for thriftserver ui and fix some style issue 9830199 [tianyi] add webui for thriftserver
This PR is a rebased version of apache#3946 , and mainly focused on creating an independent tab for the thrift server in spark web UI. Features: 1. Session related statistics ( username and IP are only supported in hive-0.13.1 ) 2. List all the SQL executing or executed on this server 3. Provide links to the job generated by SQL 4. Provide link to show all SQL executing or executed in a specified session Prototype snapshots: This is the main page for thrift server  Author: tianyi <tianyi.asiainfo@gmail.com> Closesapache#5730 from tianyi/SPARK-5100 and squashes the following commits: cfd14c7 [tianyi] style fix 0efe3d5 [tianyi] revert part of pom change c0f2fa0 [tianyi] extends HiveThriftJdbcTest to start/stop thriftserver for UI test aa20408 [tianyi] fix style problem c9df6f9 [tianyi] add testsuite for thriftserver ui and fix some style issue 9830199 [tianyi] add webui for thriftserver
This PR is a rebased version of #3946 , and mainly focused on creating an independent tab for the thrift server in spark web UI.
Features:
Prototype snapshots:
This is the main page for thrift server