| clear query|facets|time |
Search criteria: .
Results from 11 to 18 from
18 (0.106s).
|
|
|
Loading phrases to help you refine your search...
|
|
Setting auxpath in Hue/Beeswax - Hive - [mail # user]
|
|
...Hello, I have copied jar file into /usr/lib/hive/lib folder on all the nodes. I am able to use it on Hive CLI with the command hive --auxpath /usr/lib/hive/lib/ &nb...
|
|
|
Author: Sadananda Hegde,
2012-11-26, 18:51
|
|
|
Re: Any advice about complex Hive tables? - Hive - [mail # user]
|
|
...Thanks, Chuck. On Sat, Oct 13, 2012 at 7:50 PM, Connell, Chuck wrote: ...
|
|
|
Author: Sadananda Hegde,
2012-10-15, 16:46
|
|
|
Re: Any advice about complex Hive tables? - Hive - [mail # user]
|
|
...Thanks, Chuck. But I am getting the following error when I execute the CREATE TABLE statement. 'FAILED: Error in metadata: Cannot validate serde: org.openx.data.jsonserde.JsonS...
|
|
|
Author: Sadananda Hegde,
2012-10-14, 00:31
|
|
|
Re: Any advice about complex Hive tables? - Hive - [mail # user]
|
|
...Hi Chuck, I have a similar complex hive tables with many fields and some are nested like array of structs (but only upto 3 levels). How did you define you ROW FORMAT as to separate the...
|
|
|
Author: Sadananda Hegde,
2012-10-12, 03:46
|
|
|
ROW FORMAT for nested structure - Hive - [mail # user]
|
|
...Hello, My data file has 3 fields with '\t' as the field delimiter. Here is a sample record. 1\t100;k1=v1|k2=v2,200,k3=v3|k4=v4\ttextfield Field 1: is an integer field (val...
|
|
|
Author: Sadananda Hegde,
2012-10-05, 16:22
|
|
|
Re: Defining collection items terminated by for a nested data type - Hive - [mail # user]
|
|
...I tested the nesting with the following DDL. CREATE TABLE test_tbl ( col1 STRING, col2: INT, col3 MAP>) ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' &nbs...
|
|
|
Author: Sadananda Hegde,
2012-10-01, 19:26
|
|
|
Re: Load XML file into HIVE - Hive - [mail # user]
|
|
...Thanks, Matt. We might go with 'flattening' option. I was hoping I can do it using XPATH without need for any custom coding. Regards, Sadu On Thu, Aug 30, 2012 at 6:25 PM, Matt Tucker ...
|
|
|
Author: Sadananda Hegde,
2012-09-02, 13:06
|
|
|
Load XML file into HIVE - Hive - [mail # user]
|
|
...Hi, I would like to load an XML data file into HIVE. I created a table with just one column: create table xmltable (xmldata String ) STORED AS TEXTFILE; and then load...
|
|
|
Author: Sadananda Hegde,
2012-08-30, 19:57
|
|
|
|