Search code examples
sqoop

Execute multiple sqoop commands from a file


I have multiple sqoop commands, and I want to execute them sequentially. How can I do this.

Currently, --options-file allows us to execute one command at a time.


Solution

  • I am not sure if that is possible only with Sqoop but for my case i have used Oozie to execute multiple Sqoop commands.