InterviewSolution
Saved Bookmarks
| 1. |
What Does This Sqoop Command Achieve? |
|
Answer» $ sqoop import --connnect <connect-str> --table foo --target-dir /dest It IMPORTS data from a DATABASE to a HDFS file named foo located in the directory /dest $ sqoop import --connnect <connect-str> --table foo --target-dir /dest It imports data from a database to a HDFS file named foo located in the directory /dest |
|