| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
50 (3.27s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4109] Partition by column does not have to be in order by - Hive - [issue]
|
|
...Cam up in the review of HIVE-4093.AshutoshI am not sure if this is illegal query. I tried following two queries in postgres, both of them succeeded.select p_mfgr, avg(p_retailprice) over(par...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4109
Author: Brock Noland,
2013-03-29, 14:54
|
|
|
Re: Issue involving non-sun java build - Hive - [mail # dev]
|
|
...Hi, Great to see the patches! It doesn't appear you've followed the "Review Process" section of the contribution guide here https://cwiki.apache.org/confluence/display/Hive/HowToContri...
|
|
|
Author: Brock Noland,
2013-03-25, 17:30
|
|
|
Re: next hive release - Hive - [mail # dev]
|
|
...Hi, I have just marked https://issues.apache.org/jira/browse/HIVE-2264 as a blocker for the 0.11 release as it's essential for HS2 use. The patch is available, a committer has +1'd, it...
|
|
|
Author: Brock Noland,
2013-03-22, 19:41
|
|
|
Request for Review: HIVE-4128 - Support avg(decimal) - Hive - [mail # dev]
|
|
...https://issues.apache.org/jira/browse/HIVE-4128 Thanks! Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/...
|
|
|
Author: Brock Noland,
2013-03-19, 03:34
|
|
|
[HIVE-4141] InspectorFactories contains static HashMaps which can cause infinite loop - Hive - [issue]
|
|
...When many clients hit hs2, hs2 can get stuck in an infinite loop due to concurrent modification of the static maps here:https://github.com/apache/hive/blob/trunk/serde/src/java/org/apache/ha...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4141
Author: Brock Noland,
2013-03-16, 07:58
|
|
|
[HIVE-4183] Implement Style changes to InspectorFactories - Hive - [issue]
|
|
...In HIVE-4141 we updated the InspectorFactories to use concurrent data structures. In the review Owen had requested some style updates. That is the original code typed the variables as HashMa...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4183
Author: Brock Noland,
2013-03-15, 18:03
|
|
|
[HIVE-4108] Allow over() clause to contain an order by with no partition by - Hive - [issue]
|
|
...HIVE-4073 allows over() to be called with no partition by and no order by. We should allow only an order by.From the review of HIVE-4073:AshutoshCan you also add following test. This should ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4108
Author: Brock Noland,
2013-03-12, 06:49
|
|
|
[HIVE-3896] Hive Website docs have not be updated - Hive - [issue]
|
|
...Hive documentation links on the website do not work, for example:http://hive.apache.org/docs/r0.9.0/...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3896
Author: Brock Noland,
2013-03-09, 00:11
|
|
|
[HIVE-4132] Connection to Zookeeper is created for each client of HS2 - Hive - [issue]
|
|
...Currently when concurrency is enabled and HS2 is used each client will have a connection to Zookeeper. Zookeeper has a property, maxClientCnxns, in the zoo.cfg which limits the number of con...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4132
Author: Brock Noland,
2013-03-06, 19:57
|
|
|
[HIVE-4009] CLI Tests fail randomly due to MapReduce LocalJobRunner race condition - Hive - [issue]
|
|
...Hadoop has a race condition MAPREDUCE-5001 which causes tests to fail randomly when using LocalJobRunner....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4009
Author: Brock Noland,
2013-03-03, 06:01
|
|
|
|