You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@livy.apache.org by kant kodali <ka...@gmail.com> on 2018/02/15 22:34:07 UTC

How do I do pagination with an interactive session using livy?

Hi All,

I have a naive question. I wonder what happens when issue a simple query
like "select * from df"  over REST and say the result set it about million
rows ?

Do I get first 20 rows as a response after request 1 completes and then can
I issue another REST call to fetch another 20 rows ? simply put, is there a
way to do pagination ?

Thanks!