<?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: Ambari Hive View output skips every 101st row in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129271#M59251</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/235/bpreachuk.html"&gt;bpreachuk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is a bug and it was fixed in 2.4.x version but still not part of apache. If you are hortonworks customer you can request support for HOTFIX.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 02:51:12 GMT</pubDate>
    <dc:creator>apappu</dc:creator>
    <dc:date>2017-04-11T02:51:12Z</dc:date>
    <item>
      <title>Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129270#M59250</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;**** Update: This has been fixed in Ambari 2.5 (released April 4, 2017).  See below for more details.&lt;/EM&gt;&lt;/STRONG&gt;  ****&lt;/P&gt;&lt;P&gt;This has been observed in Ambari 2.4 using HDP 2.5.0/HDP 2.5.3.4-5. &lt;/P&gt;&lt;P&gt; Customer is having the issue and I am able to replicate it.   &lt;/P&gt;&lt;P&gt;Using the Ambari Hive view, I'm running a simple select query. By using tpcds data, it is easy to spot the problem since the customer table has an auto-number row_id.  &lt;/P&gt;&lt;PRE&gt;select c_customer_sk, c_customer_id, c_last_name from customer limit 204;&lt;/PRE&gt;&lt;P&gt;The query runs successfully &amp;amp; the results page in the browser every 50 rows.  &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The first page shows rows 1..50&lt;/LI&gt;&lt;LI&gt;the second page shows rows 51..100,&lt;/LI&gt;&lt;LI&gt;but the 3rd page starts with row &lt;STRONG&gt;102&lt;/STRONG&gt;. Row &lt;STRONG&gt;101&lt;/STRONG&gt; is skipped on the output.  &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13055-screen-shot-2017-02-27-at-53740-pm.png" style="width: 866px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22467i7D9B1849AA56CE97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13055-screen-shot-2017-02-27-at-53740-pm.png" alt="13055-screen-shot-2017-02-27-at-53740-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The 3rd page shows rows 102..151&lt;/LI&gt;&lt;LI&gt;The 4th page shows rows 152..201 &lt;/LI&gt;&lt;LI&gt;but the 5th page starts with row &lt;STRONG&gt;203&lt;/STRONG&gt;. Row &lt;STRONG&gt;202&lt;/STRONG&gt; is skipped on the output.  
&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13039-screen-shot-2017-02-27-at-53100-pm.png" style="width: 867px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22468i0A383927430B3E28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13039-screen-shot-2017-02-27-at-53100-pm.png" alt="13039-screen-shot-2017-02-27-at-53100-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The same pattern is displayed when using "Save Results" -&amp;gt; "Download as CSV" - every 101st row is skipped.  &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13056-screen-shot-2017-02-27-at-54145-pm.png" style="width: 404px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22469iF182122A268EF3A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13056-screen-shot-2017-02-27-at-54145-pm.png" alt="13056-screen-shot-2017-02-27-at-54145-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Beeline when I run the same query - no issues.  All rows are displayed.   &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13054-screen-shot-2017-02-27-at-53535-pm.png" style="width: 579px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22470i900A7FDEE24CD2AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13054-screen-shot-2017-02-27-at-53535-pm.png" alt="13054-screen-shot-2017-02-27-at-53535-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have attempted to set the following values in Ambari but they don't affect the results: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;set hive.cli.print.header=true;&lt;/LI&gt;&lt;LI&gt;set showHeader false (beeline) &lt;/LI&gt;&lt;LI&gt;set headerInterval 0 &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance for the assistance.  &lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:44:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129270#M59250</guid>
      <dc:creator>bpreachuk</dc:creator>
      <dc:date>2019-08-19T09:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129271#M59251</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/235/bpreachuk.html"&gt;bpreachuk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is a bug and it was fixed in 2.4.x version but still not part of apache. If you are hortonworks customer you can request support for HOTFIX.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129271#M59251</guid>
      <dc:creator>apappu</dc:creator>
      <dc:date>2017-04-11T02:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129272#M59252</link>
      <description>&lt;P style="margin-left: 80px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/235/bpreachuk.html" nodeid="235"&gt;@bpreachuk&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/11311/apappu.html" nodeid="11311"&gt;@apappu&lt;/A&gt; Hey - I am having the same issue on Ambari using HDP 2.5 when looking to export results to csv format. Is there a workaround I could use to fix this?&lt;/P&gt;&lt;P style="margin-left: 80px;"&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129272#M59252</guid>
      <dc:creator>ciaran_porter5</dc:creator>
      <dc:date>2017-04-11T02:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129273#M59253</link>
      <description>&lt;P&gt;Update: This has been &lt;STRONG&gt;fixed&lt;/STRONG&gt; in Ambari 2.5 (released April 4th, 2017).  An added bonus is that Ambari 2.5 includes the new Hive View 2.0 - a vastly improved GUI for developing Hive apps.  See attached picture: &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14389-screen-shot-2017-04-05-at-55852-am.png" style="width: 1464px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22466i5E6529CA818E8208/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14389-screen-shot-2017-04-05-at-55852-am.png" alt="14389-screen-shot-2017-04-05-at-55852-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:43:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129273#M59253</guid>
      <dc:creator>bpreachuk</dc:creator>
      <dc:date>2019-08-19T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129274#M59254</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/11311/apappu.html" nodeid="11311"&gt;@apappu&lt;/A&gt;. I will request the hotfix for the customer.  &lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:51:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129274#M59254</guid>
      <dc:creator>bpreachuk</dc:creator>
      <dc:date>2017-04-11T02:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive View output skips every 101st row</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129275#M59255</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/16911/ciaranporter5.html" nodeid="16911"&gt;@Ciarán Porter&lt;/A&gt;. There is a hotfix required for this issue.  In the meantime you can use the beeline cli and send the output to a csv format.  A good explanation is found here: &lt;A href="https://community.hortonworks.com/questions/25789/how-to-dump-the-output-from-beeline.html" target="_blank"&gt;https://community.hortonworks.com/questions/25789/how-to-dump-the-output-from-beeline.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:51:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Hive-View-output-skips-every-101st-row/m-p/129275#M59255</guid>
      <dc:creator>bpreachuk</dc:creator>
      <dc:date>2017-04-11T02:51:13Z</dc:date>
    </item>
  </channel>
</rss>

