[ https://issues.apache.org/jira/browse/YARN-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gergely Novák updated YARN-6291: -------------------------------- Attachment: YARN-6291.001.patch Patch #1 adds these query parameters to both "Applications" and "Nodes" tables: - searchText - sortColumnId - sortOrder - pageNum - rowCount First I tried to create a base class for all the Controllers with em-tables to contain all these fields, but that approach didn't work (see the discussion here: https://github.com/emberjs/ember.js/issues/12102), so I had to include them separately to the affected controllers. > [YARN-3368] Introduce query parameters (sort, filter, etc.) for tables to keep state on refresh/navigation > ---------------------------------------------------------------------------------------------------------- > > Key: YARN-6291 > URL: https://issues.apache.org/jira/browse/YARN-6291 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Gergely Novák > Assignee: Gergely Novák > Attachments: YARN-6291.001.patch > > > On Applications / Nodes pages the user can define filters, sort the list on selected columns, etc. But all these settings are lost on a refresh, or navigation, which is very inconvenient. > For example a possible use case might be watching the Applications table while running a lot of YARN applications and continuously pressing Refresh to see their progress. In this case, the user have to set any filter / sorting manually after every single refresh. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org