Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 24 (0.163s).
Loading phrases to help you
refine your search...
[HIVE-4758] NULLs and record separators broken with vectorization branch intermediate outputs - Hive - [issue]
...Queries of type timestamp on partitioned tables return NULL for all rows of timestamp columns, if the first row in the column is NULL.This was tracked down to the failure of timestamp column...
http://issues.apache.org/jira/browse/HIVE-4758    Author: Gopal V, 2013-06-19, 23:06
[HIVE-4757] LazyTimestamp goes into irretrievable NULL mode once inited with NULL once - Hive - [issue]
...The LazyTimestamp.init() code turns into a NULL generator after parsing the very first NULL value (or format error). The code is as follows     Timestamp t = null;  ...
http://issues.apache.org/jira/browse/HIVE-4757    Author: Gopal V, 2013-06-19, 19:14
[HIVE-4113] Optimize select count(1) with RCFile and Orc - Hive - [issue]
...select count(1) loads up every column & every row when used with RCFile."select count(1) from store_sales_10_rc" givesJob 0: Map: 5  Reduce: 1   Cumulative CPU: 31.73 sec  ...
http://issues.apache.org/jira/browse/HIVE-4113    Author: Gopal V, 2013-06-16, 01:45
[HIVE-4699] Integrate basic UDFs for Timesamp - Hive - [issue]
...Integrated the timestamp UDFs from HIVE-4608, to be able to use the following TO_UNIX_TIMESTAMP(ts), year(ts),month(ts),weekofyear(ts),dayofmonth(ts),hour(ts),minute(ts),second(ts)in queries...
http://issues.apache.org/jira/browse/HIVE-4699    Author: Gopal V, 2013-06-14, 22:58
[HIVE-4694] Fix ORC TestVectorizedORCReader testcase for Timestamps - Hive - [issue]
...ORC vectorized tests were not testing for timestamps correctly.java.sql.Timestamp is a confusing API, because of the mix of getTime() & getNanos() usage. Though it might look like they r...
http://issues.apache.org/jira/browse/HIVE-4694    Author: Gopal V, 2013-06-10, 21:07
[HIVE-4681] Fix ORC TimestampTreeReader.nextVector() to handle milli-nano math corectly - Hive - [issue]
...The current TimestampTreeReader implementation is broken when fed only milliseconds.If TS = 222ms.   result.vector[i] = ... // == 0;   nanoVector.vector[i] = ... // == 22...
http://issues.apache.org/jira/browse/HIVE-4681    Author: Gopal V, 2013-06-07, 22:33
[HIVE-4608] Vectorized UDFs for Timestamp in nanoseconds - Hive - [issue]
...Vectorized UDFs for timestamp functions which accept long vectorsVectorUDFYearLong   VectorUDFMonthLongVectorUDFWeekOfYearLong   VectorUDFDayOfMonthLongVectorUDFHourLong   Vec...
http://issues.apache.org/jira/browse/HIVE-4608    Author: Gopal V, 2013-06-04, 14:41
[HIVE-4436] hive.exec.parallel=true doesn't work on hadoop-2 - Hive - [issue]
...While running a hive query with multiple independent stages, hive.exec.parallel is a valid optimization to use.The query tested has 3 MR jobs - the first job is the root dependency and the 2...
http://issues.apache.org/jira/browse/HIVE-4436    Author: Gopal V, 2013-06-03, 02:47
Re: Review Request: Vectorized Timestamp functions for long nanosecond based timestamps - Hive - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11530/  (Updated May 31, 2013, 1:59 p.m.)   Review request for hive, Jitendra Pandey and Er...
   Author: Gopal V, 2013-05-31, 13:59
Re: Review Request: Vectorized Timestamp functions for long nanosecond based timestamps - Hive - [mail # dev]
...  The issue has to do with the way sql.Timestamp stores values.  http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/sql/Timestamp.java#126   &nb...
   Author: Gopal V, 2013-05-31, 13:58
Sort:
project
Hive (24)
Hadoop (7)
MapReduce (7)
HDFS (2)
type
issue (20)
mail # dev (4)
date
last 7 days (4)
last 30 days (11)
last 90 days (20)
last 6 months (23)
last 9 months (24)
author
Namit Jain (800)
Edward Capriolo (645)
Zheng Shao (613)
Carl Steinbach (605)
John Sichi (297)
Mark Grover (265)
Ashutosh Chauhan (262)
Ning Zhang (255)
Nitin Pawar (252)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Navis (149)
Bejoy Ks (132)
Gopal V