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. 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. |
|