| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
633 (0.43s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: what impact for changing the property "hive.exec.parallel=true"? - Hive - [mail # user]
|
|
...Hive converts multi-step map reduce job into stages. Some of these stages are dependent on each other some are not. If you set hive.exec.parallel=true and hive determines that some stages of...
|
|
|
Author: Edward Capriolo,
2012-09-10, 16:16
|
|
|
Re: Where does hive store join query results - Hive - [mail # user]
|
|
...Hive does not store the results anywhere unless you insert the results into another table, local or hdfs file. See the syntax for INSERT. On Mon, Sep 10, 2012 at 12:23 AM, [EMAIL PROTE...
|
|
|
Author: Edward Capriolo,
2012-09-10, 14:14
|
|
|
Re: pipeout files - Hive - [mail # user]
|
|
...This is likely some artifact hive leaves behind. Our filecrush tool has piece called Clean.clean https://github.com/edwardcapriolo/filecrush I use it to delete anything in ...
|
|
|
Author: Edward Capriolo,
2012-09-07, 15:48
|
|
|
|