0 votes
in Sqoop by
I am having around 500 tables in a database. I want to import all the tables from the database except the tables named Table 498, Table 323, and Table 199. How can we do this without having to import the tables one by one?

1 Answer

0 votes
by

This can be proficient using the import-all-tables, import command in Sqoop and by specifying the exclude-tables option with it as follows-

sqoop import-all-tables

–connect –username –password –exclude-tables Table498, Table 323, Table 199

Related questions

0 votes
asked Nov 5, 2022 in Security Assessment by Robin
0 votes
asked Apr 26, 2020 in AWS by Robindeniel
...