I have a Hive External table X in HDFS. Files from RDBMS will keep coming to the folder location of the table X.
Last week there was a new column added to RDBMS, and the files came into the external table with the new column's data.
I know that i should add a new column to the Hive external table in this case.
But, How do i prevent files with new columns coming to my External folder.??
or atleast how do i recognize that the new column is coming?