2) Getting 'out of memory' java exception while adding partitions > 5
3) Sometimes getting 'out of memory' java exception for select queries for
partitions > 1
So hive/hadoop have to "plan" the job. Planning involves building all the
partitions into a list (in memory) of the client. It als
Check this for your first question:
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-Recoverpartitions
Please post if you find any solution for your 2nd and 3rd questions.
Regards,
Ramki.
On Thu, Mar 7, 2013 at 8:01 PM, Suresh Krishnappa <
suresh.krishna...