Re: Indexing .gz files

2011-08-03 Thread Martin Konicek
Thanks! Can Hive index LZO compressed files then? LZO compression isn't part of Cloudera's release, right? On 03/08/2011 19:38, yongqiang he wrote: unfortunately it does not, because can not split .gz file. 2011/8/3 Martin Konicek: Hi, can indexes work on gzipped files? The index gets build

Re: Indexing .gz files

2011-08-03 Thread yongqiang he
unfortunately it does not, because can not split .gz file. 2011/8/3 Martin Konicek : > Hi, > > can indexes work on gzipped files? > > The index gets build without errors using > ALTER INDEX syslog_index ON syslog PARTITION(dt='2011-08-03') REBUILD; > > but when querying, no results are returned (a

Indexing .gz files

2011-08-03 Thread Martin Konicek
Hi, can indexes work on gzipped files? The index gets build without errors using ALTER INDEX syslog_index ON syslog PARTITION(dt='2011-08-03') REBUILD; but when querying, no results are returned (and no errors reported). The query should be correct because with plaintext files it works. Bes