Re: parallel inserts ?

2012-04-18 Thread John B
erms of features. Almost every data processing operation is just > some map reduce jobs. > Regards > Bejoy K S > > From handheld, Please excuse typos. > -- > *From: * John B > *Date: *Wed, 15 Feb 2012 10:59:09 -0500 > *To: * > *ReplyTo: * u

parallel inserts ?

2012-02-15 Thread John B
Other sql datbases typically can parallelize selects but are unable to automatically parallelize inserts. With the most recent stable hiveql will the following statement have the --insert-- automatically parallelized ? INSERT OVERWRITE TABLE pv_gender SELECT pv_users.gender FROM pv_users I u