InterviewSolution
Saved Bookmarks
| 1. |
When to use --target-dir and when to use --warehouse-dir while importing data? |
|
Answer» To specify a particular directory in HDFS use --target-dir but to specify the parent directory of all the sqoop jobs use --warehouse-dir. In this case under the parent directory sqoop will cerate a directory with the same name as th e table. |
|