<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Is there any way to do pagination in phoenix 4.4.1 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173544#M50308</link>
    <description>&lt;P&gt;Offset functionality is available in Phoenix as of 4.8, there are no plans to backport to to 4.4. What is limiting you from upgrading to the latest?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 21:49:42 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-12-28T21:49:42Z</dc:date>
    <item>
      <title>Is there any way to do pagination in phoenix 4.4.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173543#M50307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; 
I am to trying to do offset in phoenix and find that offset support the version 4.4.8, but current version is 4.4.1.&lt;/P&gt;&lt;P&gt;
Is there any possibility to perform offset or pagination in phoenix for version 4.4.1 
code:
SELECT  Name, Age, DOJ, Salary, Country, State FROM PersonalDetails WHERE COUNTRY IN('IND') ORDER BY DOJ DESC LIMIT 100 OFFSET 2; &lt;/P&gt;&lt;P&gt;Error:
Error: ERROR 602 (42P00): Syntax error. Missing "EOF" at line 1, column 58 (state=42P00,code=602)
org.apache.phoenix.exception.PhoenixParserException: ERROR 602 (42P00): Syntax error. Missing "EOF" at line 1, column58 &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 19:08:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173543#M50307</guid>
      <dc:creator>rathnamohan_b</dc:creator>
      <dc:date>2016-12-28T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to do pagination in phoenix 4.4.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173544#M50308</link>
      <description>&lt;P&gt;Offset functionality is available in Phoenix as of 4.8, there are no plans to backport to to 4.4. What is limiting you from upgrading to the latest?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 21:49:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173544#M50308</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-12-28T21:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to do pagination in phoenix 4.4.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173545#M50309</link>
      <description>&lt;P&gt;Thanks for update, I just want to confirm if there is any alternate way to do above.&lt;/P&gt;&lt;P&gt;As there is no other option i will upgrade my phoenix version. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 21:40:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173545#M50309</guid>
      <dc:creator>rathnamohan_b</dc:creator>
      <dc:date>2016-12-29T21:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to do pagination in phoenix 4.4.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173546#M50310</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13654/rathnamohanb.html" nodeid="13654"&gt;@rathna mohan&lt;/A&gt; I have not tested this but it may be possible to use HBase API to achieve what you're asking, &lt;A href="https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/ColumnPaginationFilter.html" target="_blank"&gt;https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/ColumnPaginationFilter.html&lt;/A&gt;. I am just guessing and I don't think it will be a trivial effort as you're going to have to access Phoenix from HBase API. Again, I hesitate to suggest this route as effort to develop this functionality can be quite involved.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 22:42:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-any-way-to-do-pagination-in-phoenix-4-4-1/m-p/173546#M50310</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-12-29T22:42:10Z</dc:date>
    </item>
  </channel>
</rss>

