Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 102 (2.876s).
Loading phrases to help you
refine your search...
[HIVE-4579] Create a SARG interface for RecordReaders - Hive - [issue]
...I think we should create a SARG (http://en.wikipedia.org/wiki/Sargable) interface for RecordReaders. For a first pass, I'll create an API that uses the value stored in hive.io.filter.expr.se...
http://issues.apache.org/jira/browse/HIVE-4579    Author: Owen O'Malley, 2013-05-23, 19:33
Re: assign bugs to myself in ASF Jira - Hive - [mail # dev]
...On Tue, May 21, 2013 at 10:20 AM, Eugene Koifman wrote:   done...
   Author: Owen O'Malley, 2013-05-22, 03:16
Re: Filtering - Hive - [mail # user]
...On Sun, May 19, 2013 at 3:11 PM, Peter Marron  wrote:   You're welcome.  **** ** **  well, you don't need double quotes, but yes.    Right. You want the seriali...
   Author: Owen O'Malley, 2013-05-20, 04:36
[HIVE-4227] Add column level encryption to ORC files - Hive - [issue]
...It would be useful to support column level encryption in ORC files. Since each column and its associated index is stored separately, encrypting a column separately isn't difficult. In terms ...
http://issues.apache.org/jira/browse/HIVE-4227    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-3889] Add floating point compression to ORC file - Hive - [issue]
...Karol Wegrzycki, a CS student at University of Warsaw, has implemented an FPC compressor for doubles. It would be great to hook this up to the ORC file format so that we can get better compr...
http://issues.apache.org/jira/browse/HIVE-3889    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-4246] Implement predicate pushdown for ORC - Hive - [issue]
...By using the push down predicates from the table scan operator, ORC can skip over 10,000 rows at a time that won't satisfy the predicate. This will help a lot, especially if the file is sort...
http://issues.apache.org/jira/browse/HIVE-4246    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-4245] Implement numeric dictionaries in ORC - Hive - [issue]
...For many applications, especially in de-normalized data, there is a lot of redundancy in the numeric columns. Therefore, it would make sense to adaptively use dictionary encodings for numeri...
http://issues.apache.org/jira/browse/HIVE-4245    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-4242] Predicate push down should also be provided to InputFormats - Hive - [issue]
...Currently, the push down predicate is only provided to native tables if the hive.optimize.index.filter configuration variable is set. There is no reason to prevent InputFormats from getting ...
http://issues.apache.org/jira/browse/HIVE-4242    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-4123] The RLE encoding for ORC can be improved - Hive - [issue]
...The run length encoding of integers can be improved: tighter bit packing allow delta encoding allow longer runs...
http://issues.apache.org/jira/browse/HIVE-4123    Author: Owen O'Malley, 2013-05-17, 17:41
[HIVE-4244] Make string dictionaries adaptive in ORC - Hive - [issue]
...The ORC writer should adaptively switch between dictionary and direct encoding. I'd propose looking at the first 100,000 values in each column and decide whether there is sufficient loading ...
http://issues.apache.org/jira/browse/HIVE-4244    Author: Owen O'Malley, 2013-05-17, 17:41
Sort:
project
Hadoop (816)
MapReduce (162)
Hive (102)
HDFS (21)
HBase (4)
Pig (4)
Avro (3)
Kafka (3)
Chukwa (2)
Accumulo (1)
Zookeeper (1)
type
issue (49)
mail # dev (31)
mail # user (21)
wiki (1)
date
last 7 days (10)
last 30 days (42)
last 90 days (67)
last 6 months (69)
last 9 months (102)
author
Namit Jain (802)
Edward Capriolo (633)
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)
Owen O'Malley