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