<?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 hive count(*) not working in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hive-count-not-working/m-p/216889#M178798</link>
    <description>&lt;P&gt;i have a table with 1 million rows and i can select from it but when i try count(*) from hive it shows 0 rows ?&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; select txn_id,msg_id from pa_lane_txn limit 10;
OK
19651715642     PRKG
19651715644     TTOL
19651715646     ETKT
19651715648     TTOL
19651715650     TTOL
19651715654     XTKT
19651715656     XTKT
19651715658     TTOL
19651715660     TTOL
19651715662     TTOL
Time taken: 0.142 seconds, Fetched: 10 row(s)
hive&amp;gt; select count(*) from pa_lane_txn;
OK
0
Time taken: 0.083 seconds, Fetched: 1 row(s)
hive&amp;gt;


&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Jun 2017 04:25:00 GMT</pubDate>
    <dc:creator>aliyesami</dc:creator>
    <dc:date>2017-06-28T04:25:00Z</dc:date>
  </channel>
</rss>

