0 votes
in Big Data | Hadoop by
When importing data to using SerDe, if a row is found to have more columns

than expected then

A - The extra columns are replaced with NULL

B - The row is skipped

C - The import halts with error

D - The Columns are ignored

1 Answer

0 votes
by
The Columns are ignored
...