| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
169 (0.172s).
|
|
|
Loading phrases to help you refine your search...
|
|
Release Management for 0.6.0 - Hive - [mail # user]
|
|
...Hi Folks, In order to be able to release Hive more often, we are going to have a form al release manager for upcoming releases. Our goal would be to release Hive more often than ...
|
|
|
Author: Ashish Thusoo,
2010-06-16, 00:02
|
|
|
RE: Dealing with large number of partitions - Hive - [mail # user]
|
|
...+1 to that. That should help provided you are running hadoop 0.20 .. Ashish ________________________________ From: wd [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 10, 2010 11:...
|
|
|
Author: Ashish Thusoo,
2010-06-11, 23:09
|
|
|
RE: Create Table with Line Terminated other than '\n' - Hive - [mail # user]
|
|
...The other option is to write use the regular expression serde .. something on the lines... create table xyz(doc STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.Re...
|
|
|
Author: Ashish Thusoo,
2010-06-11, 23:03
|
|
|
RE: Load data from xml using Mapper.py in hive - Hive - [mail # user]
|
|
...You could load this whole xml file into a table with a single row and a sin gle column. The default record delimiter is \n but you can create a table w here the record delimiter is \001. Onc...
|
|
|
Author: Ashish Thusoo,
2010-06-10, 01:05
|
|
|
[HIVE-1347] Create Pre Task hooks for Hive - Hive - [issue]
|
|
...Create pre task hooks for hive which can modify configuration parameters or task plans. This is very useful for implementing a number of different execution policies such as1. Sending jobs t...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1347
Author: Ashish Thusoo,
2010-05-18, 19:18
|
|
|
[HIVE-805] Session level metastore - Hive - [issue]
|
|
...Implement a shadow metastore that is in memory and runs for a session. This can contain definitions for session specific views that can be used to implement data flow variables in Hive. It c...
|
|
|
http://issues.apache.org/jira/browse/HIVE-805
Author: Ashish Thusoo,
2010-02-04, 06:40
|
|
|
RE: HIVE-49 and other forms of CLI niceness - Hive - [mail # user]
|
|
...Looks like a good suggestion. Ideally the driver code should just return a structure that encodes the columns separately as opposed to a single serial ized string today and the formatt...
|
|
|
Author: Ashish Thusoo,
2010-01-27, 21:55
|
|
|
RE: First import into new partition disappears - Hive - [mail # user]
|
|
...That actually is the software version # and not the svn number. So +1 to th is. Ashish ________________________________ From: Ashish Thusoo [mailto:[EMAIL PROTECTED]] Sent: Monda...
|
|
|
Author: Ashish Thusoo,
2010-01-04, 20:25
|
|
|
RE: First import into new partition disappears - Hive - [mail # user]
|
|
...This is should already be there. http://issues.apache.org/jira/browse/HIVE-760 Ashish ________________________________ From: Carl Steinbach [mailto:[EMAIL PROTECTED]] Sent:...
|
|
|
Author: Ashish Thusoo,
2010-01-04, 18:37
|
|
|
RE: Modifying data before importation into Hive - Hive - [mail # user]
|
|
...There is a way. Create an external table on that data set and then run a query INSERT ... yourtable SELECT ... FROM external_table The idea being that you put all the trans...
|
|
|
Author: Ashish Thusoo,
2009-11-25, 00:43
|
|
|
|