[ 
https://issues.apache.org/jira/browse/SPARK-25392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610685#comment-16610685
 ] 

Sean Owen commented on SPARK-25392:
-----------------------------------

I don't know this code well. [~vanzin] might. Yes, seems best to not crash 
here. We could just hide the table instead of render it. Should the link to the 
pool even be active here if it's not available? maybe that's a bigger change.

> [Spark Job History]Inconsistent behaviour for pool details in spark web UI 
> and history server page 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-25392
>                 URL: https://issues.apache.org/jira/browse/SPARK-25392
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.3.1
>         Environment: OS: SUSE 11
> Spark Version: 2.3
>            Reporter: ABHISHEK KUMAR GUPTA
>            Priority: Major
>
> Steps:
> 1.Enable spark.scheduler.mode = FAIR
> 2.Submitted beeline jobs
> create database JH;
> use JH;
> create table one12( id int );
> insert into one12 values(12);
> insert into one12 values(13);
> Select * from one12;
> 3.Click on JDBC Incompleted Application ID in Job History Page
> 4. Go to Job Tab in staged Web UI page
> 5. Click on run at AccessController.java:0 under Desription column
> 6 . Click default under Pool Name column of Completed Stages table
> URL:http://blr1000023109:23020/history/application_1536399199015_0006/stages/pool/?poolname=default
> 7. It throws below error
> HTTP ERROR 400
> Problem accessing /history/application_1536399199015_0006/stages/pool/. 
> Reason:
>     Unknown pool: default
> Powered by Jetty:// x.y.z
> But under 
> Yarn resource page it display the summary under Fair Scheduler Pool: default 
> URL:https://blr1000023110:64323/proxy/application_1536399199015_0006/stages/pool?poolname=default
> Summary
> Pool Name     Minimum Share   Pool Weight     Active Stages   Running Tasks   
> SchedulingMode
> default       0       1       0       0       FIFO



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to