InterviewSolution
Saved Bookmarks
| 1. |
What is a disadvantage of using --direct parameter for faster data load by sqoop? |
|
Answer» The native utilities used by databases to support faster laod do not work for binary data formats like SequenceFile. |
|