InterviewSolution
Saved Bookmarks
| 1. |
What is the usefulness of the options file in sqoop. |
|
Answer» The options file is used in sqoop to specify the command line values in a file and use it in the sqoop commands. For example the --connect parameter's value and --user name value scan be stored in a file and used again and again with different sqoop commands. |
|