| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
644 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Challenging priority : HIVE-2910 Improve the HWI interface - Hive - [mail # user]
|
|
...Generally we only apply patches to trunk. Thus maintaining branches becomes to much trouble for us. You have to remember that most hive major versions have no actual major changes. Most ever...
|
|
|
Author: Edward Capriolo,
2012-07-25, 15:54
|
|
|
Re: Hive CLI wikidoc review - Hive - [mail # dev]
|
|
...The xdoc should be removed its dead and out of sync. On Tue, Jul 24, 2012 at 7:21 PM, Lefty Leverenz wro te: ual+Cli> sed ed+LanguageManual+Cli> s a s. | g *...
|
|
|
Author: Edward Capriolo,
2012-07-25, 01:44
|
|
|
Re: Continuous log analysis requires 'dynamic' partitions, is that possible? - Hive - [mail # user]
|
|
...Alter table touch will create partitions even if they have no data, You can also just create partitions ahead of time and have your code "know" where to write data. On Tue, Jul 24, 20...
|
|
|
Author: Edward Capriolo,
2012-07-24, 17:24
|
|
|
Re: Performance Issues in Hive with S3 and Partitions - Hive - [mail # user]
|
|
...Generally you can not optimize this beyond a certain point. Hadoop tasks have startup and tear down overhead, so if your input format can not map them into less map tasks (like combine input...
|
|
|
Author: Edward Capriolo,
2012-07-24, 15:52
|
|
|
Re: Structs in Hive - Hive - [mail # user]
|
|
...If you are writing a GenericUDF or serde and want to return struct types there are object inspectors to build structs. The Java type return is an Object[]. Hive expects that if the struct ha...
|
|
|
Author: Edward Capriolo,
2012-07-23, 18:52
|
|
|
Re: Structs in Hive - Hive - [mail # user]
|
|
...in your case hbase has a custom serde, the Deserializer interface is what turns the value from the input format into something that hive can understand. HBase support uses the user specified...
|
|
|
Author: Edward Capriolo,
2012-07-23, 17:05
|
|
|
[HIVE-3287] In UDTF explains use toString() for function name not annotation - Hive - [issue]
|
|
...UDTF Operator function name: o.a.h.stack@34314Unless a toSTring is specified....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3287
Author: Edward Capriolo,
2012-07-21, 12:35
|
|
|
Re: Hive 0.10 release date - Hive - [mail # user]
|
|
...Usually it is ok to build a trunk, we do not do anything extra special for releases other then some basic sanity testing and cut an svn tag. (we run the full unit tests every commit). The on...
|
|
|
Author: Edward Capriolo,
2012-07-20, 21:32
|
|
|
Re: Recovery process and tools - Hive - [mail # user]
|
|
...Your should run mysqldump and backup the database to a different machine. This way you do not have to rebuild the meta-data. Simply restore the database to a machine and you are done. ...
|
|
|
Author: Edward Capriolo,
2012-07-18, 21:48
|
|
|
Re: cmd for to know the buckets - Hive - [mail # user]
|
|
...There is a command to view the bucket SELECT * FROM TABLE TABLESAMPLE (BUCKET 4 OUT OF 10 ON ) s; The buckets also represent and HDFS file which you can DFS -cat or dfs -text as well. ...
|
|
|
Author: Edward Capriolo,
2012-07-18, 14:15
|
|
|
|