[jira] [Created] (HIVE-27099) Iceberg: select count(*) from table queries all data

2023-02-23 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-27099: --- Summary: Iceberg: select count(*) from table queries all data Key: HIVE-27099 URL: https://issues.apache.org/jira/browse/HIVE-27099 Project: Hive

Re: select count(*) from table;

2016-03-31 Thread Amey Barve
rely on those if needed >> >> >> HTH >> >> >> >> >> Dr Mich Talebzadeh >> >> >> >> LinkedIn * >> https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw >> <https://www.linkedin.com/profile/view?id=AA

Re: select count(*) from table;

2016-03-22 Thread Amey Barve
dOABUrV8Pw > <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* > > > > http://talebzadehmich.wordpress.com > > > > On 22 March 2016 at 07:14, Amey Barve wrote: > >> select count(*) from table; >> >> How does hi

Re: select count(*) from table;

2016-03-22 Thread Nitin Pawar
, Mar 22, 2016 at 12:44 PM, Amey Barve wrote: > select count(*) from table; > > How does hive evaluate count(*) on a table? > > Does it return count by actually querying table, or directly return count > by consulting some statistics locally. > > For Hive's Text form

select count(*) from table;

2016-03-22 Thread Amey Barve
select count(*) from table; How does hive evaluate count(*) on a table? Does it return count by actually querying table, or directly return count by consulting some statistics locally. For Hive's Text format it takes few seconds while Hive's Orc format takes fraction of seconds. Regards, Amey

[jira] [Resolved] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-05-21 Thread Ashutosh Chauhan (JIRA)
to reopen if you are able to repro this on trunk. > "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration > throws exceptions > - > >

[jira] [Commented] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-02-27 Thread sridhar (JIRA)
and see if we have any resolution. > "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration > throws exceptions > - > > Key: HIVE-4515

[jira] [Commented] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-02-27 Thread Swarnim Kulkarni (JIRA)
hive release, probably due to some incompatible dependencies. I wasn't able to reproduce this with apache stack. As a side note for your avro support of HBase, you might as well look into the patch on HIVE-6147. It attempts to solve the sam problem. > "select count(*) from tab

[jira] [Commented] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-02-27 Thread sridhar (JIRA)
for this. We are using CDH 4.4. Any suggestions? > "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration > throws exceptions > - > > Key: HI

[jira] [Updated] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-01-06 Thread Brock Noland (JIRA)
successfully: {noformat} create table insert overwrite table select * from table However, when execute "select count(*) from table", throws exception: hive> select count(*) from test; Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks determined at compile time:

[jira] [Assigned] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-01-03 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni reassigned HIVE-4515: -- Assignee: Swarnim Kulkarni > "select count(*) from table" query on hive-

[jira] [Commented] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-10-21 Thread Yash Sharma (JIRA)
, or any other workaround for it. I am stuck with it for a while. > "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration > throws exceptions > - > >

[jira] [Updated] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-07-28 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni updated HIVE-4515: --- Affects Version/s: 0.11.0 > "select count(*) from table" query on hive-

[jira] [Updated] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-07-28 Thread Swarnim Kulkarni (JIRA)
-1.0.4 centos-5.7 was: hive-0.10.0 hbase-0.94.7 zookeeper-3.4.3 hadoop-1.0.4 centos-5.7 > "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration > t

[jira] [Updated] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-05-07 Thread Yanhui Ma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yanhui Ma updated HIVE-4515: Priority: Critical (was: Major) > "select count(*) from table" query on hive-0.10.0,

[jira] [Created] (HIVE-4520) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-05-07 Thread Yanhui Ma (JIRA)
Yanhui Ma created HIVE-4520: --- Summary: "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions Key: HIVE-4520 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2013-05-07 Thread Yanhui Ma (JIRA)
Yanhui Ma created HIVE-4515: --- Summary: "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions Key: HIVE-4515 URL: https://issues.apache.org/jira/browse