Description
1. configure spark.sql.ui.retainedExecutions = 50000 ( In Job History Spark-default.conf )
2. Execute beeline Jobs more than 20000
3. Open the UI page from the History Server
4. Click SQL Tab
Actual Output: It shows all SQL Queries in Single Page. User has to scroll whole page for specific SQL Queries.
Expected: It should show page wise as it has been displaying inn other UI Tabs like Jobs, Stages.
1. configure spark.sql.ui.retainedExecutions = 50000 ( In Job History Spark-default.conf )
2. Execute beeline Jobs more than 40000
3. Open the UI page from the History Server
Actual Output: OOM Exception
Expected: It should show page wise as it has been displaying inn other UI Tabs like Jobs, Stages.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-28599 Fix `Execution Time` and `Duration` column sorting for ThriftServerSessionPage
- Resolved
- links to