MapReduce job for hive load

2013-09-12 Thread Neha Tomar
Hi All, I have hadoop 2.0.4 configured in pseudo mode. I have created a table and now, trying to load data into it. load data local inpath '/path_to_file_in_local_file_system' overwrite into table tblname; The size of data file is 759 MB. When I execute the above mentioned command I do not see a

Union support in HCatalog

2013-07-29 Thread Neha Tomar
Hi All, We have union data type support with Hive (tried Hive 0.9.0). However, HCatalog 0.5.0 does not support it. I looked into the HCatalog code org.apache.hcatalog.data.schema.HCatFieldSchema.Type to confirm this. It does not list union data type. Please let me know if my understanding is not c