InterviewSolution
Saved Bookmarks
| 1. |
What Is The Advantage Of Using Password-file Rather Than -p Option While Preventing The Display Of Password In The Sqoop Import Statement? |
|
Answer» The password-file option can be USED INSIDE a SQOOP SCRIPT while the -P option READS from standard input , preventing automation. The password-file option can be used inside a sqoop script while the -P option reads from standard input , preventing automation. |
|