| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
27 (0.18s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-896] Add LEAD/LAG/FIRST/LAST analytical windowing functions to Hive. - Hive - [issue]
|
|
...Windowing functions are very useful for click stream processing and similar time-series/sliding-window analytics.More details at:http://download-west.oracle.com/docs/cd/B13789_01/server.101/...
|
|
|
http://issues.apache.org/jira/browse/HIVE-896
Author: Amr Awadallah,
2013-04-03, 05:25
|
|
|
[HIVE-344] Fix the Hive CLI to run on cygwin under windows - Hive - [issue]
|
|
...Yes, I am guilty as charged, I don't use mac like the rest of you The Hive CLI currently doesn't work with cygwin under windows, this is due to the dual path model that cygwin employs (there...
|
|
|
http://issues.apache.org/jira/browse/HIVE-344
Author: Amr Awadallah,
2011-12-17, 00:07
|
|
|
Re: External Table - Hive - [mail # user]
|
|
...alter table add partition should work see: http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL On 6/26/2010 3:15 AM, Shuja Rehman wrote:...
|
|
|
Author: Amr Awadallah,
2010-06-27, 22:28
|
|
|
Re: MapSide join in Hive - Hive - [mail # user]
|
|
...Viraj, 1. No 2. Yes, smaller table needs to fit in jvm memory (typically more than 1GB for small table is too large). See slide 7 and after in this preso for different join...
|
|
|
Author: Amr Awadallah,
2010-06-26, 07:58
|
|
|
Re: Create Table with Line Terminated other than '\n' - Hive - [mail # user]
|
|
...Zheng, I thought that was fixed per you work here, no? https://issues.apache.org/jira/browse/HIVE-302 Then what did you fix? On 6/10/2010 10:22 PM, Zheng Shao wrote:...
|
|
|
Author: Amr Awadallah,
2010-06-12, 06:23
|
|
|
Re: Carriage return handling in Hive - Hive - [mail # user]
|
|
...Akira, did you try LINES TERMINATED BY ? On 6/3/2010 6:45 AM, Akira Kitada wrote:...
|
|
|
Author: Amr Awadallah,
2010-06-09, 06:05
|
|
|
Re: regex_extract in hive - Hive - [mail # user]
|
|
...remove the leading and trailing /, no need for those On 3/8/2010 8:31 AM, prakash sejwani wrote:...
|
|
|
Author: Amr Awadallah,
2010-03-09, 02:51
|
|
|
Re: Hive join strategy documentation? - Hive - [mail # user]
|
|
...thanks Yongqiang, please also include the hints (MAPJOIN, STREAMBASE). On 2/25/2010 7:53 PM, Yongqiang He wrote:...
|
|
|
Author: Amr Awadallah,
2010-02-26, 03:55
|
|
|
Re: Why no two aggregations can have different DISTINCT columns ? - Hive - [mail # user]
|
|
...+1, please post jira/patch. On 2/25/2010 1:20 AM, Zheng Shao wrote:...
|
|
|
Author: Amr Awadallah,
2010-02-25, 09:25
|
|
|
Re: IN() Operator - Hive - [mail # user]
|
|
...Andy, Are you trying to do something like: SELECT FROM mytable A WHERE .... AND mycol IN ( SELECT .... ) If so, you can't do sub-queries inside th...
|
|
|
Author: Amr Awadallah,
2010-02-20, 04:27
|
|
|
|