@Pradeep V
What's your expected end result? Would you like file1 to occupy column 1 of a new table and file2 to occupy the second column? If so, you can import each file as a new table into hive and then insert the second file's table into the first file's table using UNION ALL.