| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
644 (0.168s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-2852] hive.stats.autogather should default to false. - Hive - [issue]
|
|
...hive.stats.autogather is set to true. A majority of people are not using indexing or this feature, as a result INSERT OVERWRITE TABLE statements are creating derby stat_db directories in the...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2852
Author: Edward Capriolo,
2013-06-18, 22:49
|
|
|
Re: Powershell script and Hive command dfs moveFromLocal dont' work ?? - Hive - [mail # user]
|
|
...When your processing gets this complicated hive-thrift is probably better then she'll scripting. On Monday, June 17, 2013, Matouk IFTISSEN wrote: other Hive sript below (th...
|
|
|
Author: Edward Capriolo,
2013-06-17, 14:04
|
|
|
Supporting an independent build farm - Hive - [mail # dev]
|
|
...Hive's unit test suite has gotten larger as we have added more features and thus it takes longer to run. For a single machine duel core with solid state disks I have to start a test run at n...
|
|
|
Author: Edward Capriolo,
2013-06-16, 18:02
|
|
|
Re: Create table like with partitions - Hive - [mail # user]
|
|
...For reference, any that puts the entire book online like this is likely pirated. On Tue, Jun 11, 2013 at 8:34 AM, Richa Sharma wrote: ...
|
|
|
Author: Edward Capriolo,
2013-06-11, 14:33
|
|
|
Re: parse_url returning NULL - Hive - [mail # user]
|
|
...It is not a valid URL if it does not have a scheme and can not be parsed. SELECT if (column like 'http%', column, concat( 'http://', column) ) as column might do what you need. ...
|
|
|
Author: Edward Capriolo,
2013-06-10, 22:10
|
|
|
Re: Accessing Table Properies from InputFormat - Hive - [mail # user]
|
|
...ORC, Parquet, and "new ones" are ... new. They do not constitute a huge portion of the user base if they constitute any at all. I do see a case for what you are describing, currently t...
|
|
|
Author: Edward Capriolo,
2013-05-28, 18:25
|
|
|
Re: Accessing Table Properies from InputFormat - Hive - [mail # user]
|
|
...Right, hive discarding the key is rather annoying. I have a series of key+value input formats key only input format etc. Having hive return both the key and the value, would be a breaking ch...
|
|
|
Author: Edward Capriolo,
2013-05-28, 16:27
|
|
|
Re: Accessing Table Properies from InputFormat - Hive - [mail # user]
|
|
...That does not really make sense. Your breaking the layered approache. InputFormats read/write data, serdes interpret data based on the table definition. its like asking "Why can't my input f...
|
|
|
Author: Edward Capriolo,
2013-05-28, 15:45
|
|
|
[HIVE-4584] CombineHiveInputFormat queries hang when table is empty and aggregation function is used - Hive - [issue]
|
|
...Running hadoop 0.20.2. Hive 0.10. The new default is combined input format. When you aggregate and empty table, or a table not empty with an empty partition the query produces 0 maps and 1 r...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4584
Author: Edward Capriolo,
2013-05-28, 15:04
|
|
|
Re: Sqoop Oracle Import to Hive Table - Error in metadata: InvalidObjectException - Hive - [mail # user]
|
|
...I think the problem is that hive is trying to import into a database named ds12 validObjectException( message:There is no database named ds12) try this: hive > create database...
|
|
|
Author: Edward Capriolo,
2013-05-26, 14:54
|
|
|
|