Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 17 from 17 (0.149s).
Loading phrases to help you
refine your search...
RE: Indexing in hive - Hive - [mail # user]
...“hive.optimize.index.filter” is the conf automatically use indexes If u set hive.optimize.index.groupby  = true. It will set hive.optimize.index.filter=false. See your configurations. &...
   Author: Hezhiqiang, 2012-05-17, 00:32
how to create index on hbase? - Hive - [mail # user]
...Hi all I want to create index on hbase, but it was faild . This is the sql. How to create index on HBase?  create index i_hhive on hhive(c1,c2) as "compact" with deferred rebuild  ...
   Author: Hezhiqiang, 2012-05-14, 02:10
how to select without Mapreduce after index build? - Hive - [mail # user]
...I think if I  create index for one table When I excute “select c1,c2 from tab where index_col=1”, should not start mapreduce But it was start . So how to use a index without mapreduce? ...
   Author: Hezhiqiang, 2012-05-11, 03:32
RE: Hive-Hadoop compatibility - Hive - [mail # user]
...Hive 0.8.1 can work with hadoop 0.23 and 0.21 Hadoop 0.23.0 I donn't kown.   Best regards Ransom.  From: Avrilia Floratou [mailto:[EMAIL PROTECTED]]  Sent: Thursday, May 10, 2...
   Author: Hezhiqiang, 2012-05-10, 00:25
RE: does hive 0.9 supported hbase 0.90? - Hive - [mail # user]
...Thank you Ashutosh Where is the JIRA address , I doesn’t found it in JIRA and 0.90 release notes.  Best regards Ransom.  From: Ashutosh Chauhan [mailto:[EMAIL PROTECTED]] Sent: Wed...
   Author: Hezhiqiang, 2012-05-09, 08:43
does hive 0.9 supported hbase 0.90? - Hive - [mail # user]
...In 0.8.1 version ,it’s ok But in 0.9 When I run selelct * from tbl, it was faild.  Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hbase.mapred.TableMapReduceU...
   Author: Hezhiqiang, 2012-05-09, 07:47
RE: Does Hive supports EXISTS keyword in select query? - Hive - [mail # user]
...SEMI is only for exist. Maybe you can try this   Select a.* FROM tblA a left outer JOIN tblB b ON a.field1 = b.field1 where a.field2 is null or b.fild2 is null   Best regards Ranso...
   Author: Hezhiqiang, 2012-04-11, 14:16
Sort:
project
Hive (17)
type
mail # user (17)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (5)
last 9 months (17)
author
Namit Jain (802)
Edward Capriolo (636)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Hezhiqiang