What is the advantage of using –password-file rather than -P option while preventing the display of password in the sqoop import statement?
Answer Posted / Jafar Ali
Using the -password-file option in Apache Sqoop instead of the -P option helps to prevent the display of sensitive information, such as passwords, during command execution. The -password-file option allows you to specify a file that contains your password, which is read by Sqoop without being displayed on the screen. This makes it more secure, especially in environments where others may be able to see your terminal output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers