| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
636 (3.349s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: View Partition Pruning not Occurring during transform - Hive - [mail # user]
|
|
...Have you considered rewriting the query using nested from clauses. Generally if hive is not 'pushing down' as you would assume nesting froms make the query happen in a specific way. On...
|
|
|
Author: Edward Capriolo,
2012-10-11, 13:32
|
|
|
Re: Creating a table with a custom InputFormat - Hive - [mail # user]
|
|
...This is something similar. it may be the issue I remember. https://reviews.facebook.net/D2499 In any case we could pass ALL the information from the properties, Input paths, woul...
|
|
|
Author: Edward Capriolo,
2012-10-11, 03:33
|
|
|
Re: Creating a table with a custom InputFormat - Hive - [mail # user]
|
|
...No this is not we have a ticket open to propage tbl properies matching a pattern to the input format but not complete yet. On Wed, Oct 10, 2012 at 10:21 PM, Josh Spiegel wrote:...
|
|
|
Author: Edward Capriolo,
2012-10-11, 02:49
|
|
|
Re: Limit to columns or nesting of Hive table? - Hive - [mail # user]
|
|
...There is an open jira ticket on this. There is a hard coded limit but it could be raised with some mostly minor code changes. One of the bigger problems is that hive stores the definit...
|
|
|
Author: Edward Capriolo,
2012-10-04, 15:57
|
|
|
Re: Class 'ArcanistDifferentialRevisionRef' not found - Hive - [mail # user]
|
|
...Even with this exception I thing the update still succeeds. I do not think arc is working 100% correct for anyone (for any version of it). On Wed, Oct 3, 2012 at 11:05 PM, Feng ...
|
|
|
Author: Edward Capriolo,
2012-10-04, 14:27
|
|
|
Re: What does ROW__OFFSET__INSIDE__BLOCK FROM mean? - Hive - [mail # user]
|
|
...Make sure virtual column support is turned on in your hive-site.xml. I have a feeling that this field is only supported inside certain input formats because I was unable to get a non-very nu...
|
|
|
Author: Edward Capriolo,
2012-10-03, 14:21
|
|
|
Re: best way to load millions of gzip files in hdfs to one table in hive? - Hive - [mail # user]
|
|
...You may want to use: https://github.com/edwardcapriolo/filecrush We use this to deal with pathological cases although the best idea is to avoid big files all together. Edwa...
|
|
|
Author: Edward Capriolo,
2012-10-02, 21:45
|
|
|
Re: Hive does not run - Typical NoSuchFieldError - Hive - [mail # user]
|
|
...If your working on datastax/riptano branch you probably should take this up on one their forums. Edward On Tue, Oct 2, 2012 at 3:35 PM, Anthony Ikeda wrote: e riptano git r...
|
|
|
Author: Edward Capriolo,
2012-10-02, 19:38
|
|
|
Re: Hive does not run - Typical NoSuchFieldError - Hive - [mail # user]
|
|
...If you are trying to build the brisk versions of hive with cassandra support chosing a VM and cdh are not going to help you with this issue. Edward On Tue, Oct 2, 2012 at 2:31 PM...
|
|
|
Author: Edward Capriolo,
2012-10-02, 19:08
|
|
|
Re: Hive does not run - Typical NoSuchFieldError - Hive - [mail # user]
|
|
...You are in a heap of trouble. The problem is Cassandra and Hive use different versions of ANTLR and when you get two versions of antlr on a single java classpath, well you get your result. &...
|
|
|
Author: Edward Capriolo,
2012-10-02, 18:04
|
|
|
|