| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
220 (0.241s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HQL vs. HiveQL - Hive - [mail # user]
|
|
...HQL is sometimes shortened for hibernate query languagehiveql is mapped with hive On Tue, Jul 3, 2012 at 11:29 PM, Keith Wiley wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2012-07-03, 18:07
|
|
|
Re: Obvious and not so obvious query optimzations in Hive - Hive - [mail # user]
|
|
...Richin, even if you set number of reducers to be launched it does not guarantee u to that it will generate those many files. based on your query and data only the reducers which ...
|
|
|
Author: Nitin Pawar,
2012-06-28, 19:15
|
|
|
Re: Hive mapper creation - Hive - [mail # user]
|
|
...mappers are not created per row but instead they are based on your query and hive configuration if u set max input size etc you can actually set max number of mappers you want to set as well...
|
|
|
Author: Nitin Pawar,
2012-06-28, 18:51
|
|
|
Re: FAILED: Error in semantic analysis: line 1:29 Invalid Table Alias or Column Reference - Hive - [mail # user]
|
|
...we will need the query error is at 29th char may be some "," missing or like that On Wed, Jun 27, 2012 at 6:25 PM, [EMAIL PROTECTED] wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2012-06-27, 13:59
|
|
|
Re: FAILED: Error in semantic analysis: line 1:29 Invalid Table Alias or Column Reference - Hive - [mail # user]
|
|
...can u provide your query On Wed, Jun 27, 2012 at 6:06 PM, [EMAIL PROTECTED] wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2012-06-27, 12:50
|
|
|
Re: date datatype in hive - Hive - [mail # user]
|
|
...soham, the reason u r getting the error is there may be multiple names associated with one country so when you do a group by there is no unique output to generate so group ...
|
|
|
Author: Nitin Pawar,
2012-06-27, 09:52
|
|
|
Re: join string in hive udf - Hive - [mail # user]
|
|
...best way to write a UDF is write few test cases around it with few expected datasets to capture the errors while developing itself rather than in a hive session On Tue, Jun 26, 2012 a...
|
|
|
Author: Nitin Pawar,
2012-06-27, 08:19
|
|
|
Re: date datatype in hive - Hive - [mail # user]
|
|
...soham, in your query hive> select name from users_info group by country; FAILED: Error in semantic analysis: Line 1:7 Expression not in GROUP BY key 'name' when you run ...
|
|
|
Author: Nitin Pawar,
2012-06-27, 08:09
|
|
|
Re: Hive UDF support across sections...when running in hiveserver...help - Hive - [mail # user]
|
|
...I got that -i option is not applicable to hive server let me drill through to find out if there is any other option on the other side to be curious , if you are writing the code ...
|
|
|
Author: Nitin Pawar,
2012-06-12, 06:50
|
|
|
Re: Hive UDF support across sections...when running in hiveserver...help - Hive - [mail # user]
|
|
...aniket, his problem is that he does not want to create that function each time. he wants it available on each session with hive server so we are suggesting custom hive build where he w...
|
|
|
Author: Nitin Pawar,
2012-06-12, 06:31
|
|
|
|