Nikita Ilyushkin created LIVY-766:
-------------------------------------

             Summary: Show more than 100 sessions in UI
                 Key: LIVY-766
                 URL: https://issues.apache.org/jira/browse/LIVY-766
             Project: Livy
          Issue Type: Bug
            Reporter: Nikita Ilyushkin


Our clients has a lot of batch Livy sessions and it's useful to see them all in 
UI. But UI caps session list by 100 items, whether there are really 100 livy 
sessions or more.
 As I see it's not a backend issue, because request to 
[http://livy-host:8999/batches] gives:
{code:java}
{"from":0,"total":123,...}
{code}
which I suppose means that UI just don't render the last 23 session.

Version: 0.5.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to