InterviewSolution
Saved Bookmarks
| 1. |
The __________ tool imports a set of tables from an RDBMS to HDFS.(a) export-all-tables(b) import-all-tables(c) import-tables(d) none of the mentionedI had been asked this question during an interview.My question comes from Sqoop with Hadoop topic in portion ZooKeeper, Sqoop and Cassandra of Hadoop |
|
Answer» CORRECT OPTION is (c) import-tables To elaborate: Data from each table is STORED in a separate DIRECTORY in HDFS. |
|