InterviewSolution
Saved Bookmarks
| 1. |
What happens when a table is imported into a HDFS directory which already exists using the –apend parameter? |
|
Answer» Using the --append argument, Sqoop will import data to a temporary directory and then rename the files into the normal target directory in a manner that does not conflict with existing filenames in that directory. |
|