Hi,
My data files have a single line (first line) of header information followed by many lines of actual data. I am able to load the data into hive table using RegexSerDe. But I want to save the information in the header with every data row or use it to partition the table. How do I do it? Filename: Data.txt Store# Date Data Line1 Data Line2 ---- ---- How do I save the store# with DataLine? Or use store# to partition Thanks, Sunil