Hi All, I have a requirement to create hive tables dynamically from pig script. Idea is while executing pig script we generate some intermediate data which we want to store in to hive tables. Schema for this data may vary for each execution. I am looking for a way in which I can create hive tables dynamically from pig script and load data to those tables from pig script. Is this possible? Please help.
Hadoop version - 0.20.2-cdh3u2 Pig version - 0.9.2 Hive version - 0.8.0 Thanks & Regards, Swaroop
