Using Hive .13, I would like to export multiple partitions of a table, 
something conceptually like:

   EXPORT TABLE foo PARTITION (id=1,2,3) to ‘path’

Is there any way to accomplish this?

Brian

Reply via email to