InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to add a parameter while running a saved job? |
|
Answer» Yes, we can add an argument to a saved job at runtime by using the --exec option sqoop job --exec jobname -- -- newparameter |
|