| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
644 (0.076s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Variable Substitution - Hive - [mail # user]
|
|
...It was done like this in hive because that is what hadoops variable substitution does, namely if it does not understand the variable it does not replace it. On Wed, Mar 6, 2013 at 4:30...
|
|
|
Author: Edward Capriolo,
2013-03-06, 21:41
|
|
|
Re: Using Reflect: A thread for ideas - Hive - [mail # user]
|
|
...We could very easily write hive so that a UDF is a piece of groovy loaded dynamically. This is my go-to system to make things plugable. On Tue, Feb 19, 2013 at 10:03 AM, John Meagher &...
|
|
|
Author: Edward Capriolo,
2013-02-19, 15:09
|
|
|
Re: Using HiveJDBC interface - Hive - [mail # user]
|
|
...I personally do not find it a large problem. 1) have multiple backend hive thrift servers with ha-proxy in front 2) don't use varaible names like "x" use "myprocess1.x" to remove possi...
|
|
|
Author: Edward Capriolo,
2013-02-18, 14:39
|
|
|
Re: Hive Queries - Hive - [mail # user]
|
|
...Dude sorry for the off topic, but having a rocketmail account is awesome. I wish I still had mine. On Sat, Feb 16, 2013 at 9:16 PM, [EMAIL PROTECTED] wrote:...
|
|
|
Author: Edward Capriolo,
2013-02-17, 16:12
|
|
|
Re: Install / Download of Hive 0.7.0 or 0.7.1 - Hive - [mail # user]
|
|
...All releases are found on http://archive.apache.org On Fri, Feb 15, 2013 at 2:12 PM, Dean Wampler wrote:...
|
|
|
Author: Edward Capriolo,
2013-02-15, 19:32
|
|
|
Re: INSERT INTO table with STRUCT, SELECT FROM - Hive - [mail # user]
|
|
...I developed the inline udtf. Seems to work: http://svn.apache.org/repos/asf/hive/trunk/ql/src/test/queries/clientpositive/udf_inline.q as (id, text) FROM SRC limit 2; &nb...
|
|
|
Author: Edward Capriolo,
2013-02-13, 22:49
|
|
|
Re: How to load hive metadata from conf dir - Hive - [mail # user]
|
|
...If you use hive-thrift/hive-service you can get the location of a table through the Table API (instead of Dean's horrid bash-isms) http://hive.apache.org/docs/r0.7.0/api/org/apache/had...
|
|
|
Author: Edward Capriolo,
2013-02-12, 16:53
|
|
|
Re: Why does "HiveException: Unable to fetch table XYZ" happen? - Hive - [mail # user]
|
|
...In short, hiveserver has leaks, the upcoming hiveserver2 (and the changes made in hive trunk due to it should prevent many of these. We run our hiveserver's behind a load balancer (4 of them...
|
|
|
Author: Edward Capriolo,
2013-02-08, 12:59
|
|
|
Re: Closing long running hive query forcefully - Hive - [mail # user]
|
|
...That is a good way to do it. We do it with comment sometimes. select /* myid bla bla*/ x,y,z Edward On Thu, Feb 7, 2013 at 11:12 AM, Gabor Makrai wrote:...
|
|
|
Author: Edward Capriolo,
2013-02-07, 16:31
|
|
|
[HIVE-2348] Group by and order by of the same columns fails semantic analysis - Hive - [issue]
|
|
...select offer, level_id, sum_cl_score as sumcl_floorFROM xxxGROUP BY offer, level_id, sumcl_floor ORDER BY offer, level_id, sumcl_floor limit 1000000;FAILED: Error in semantic analysis: Inval...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2348
Author: Edward Capriolo,
2013-02-06, 09:23
|
|
|
|