我在数据库中大约有400张表。我想从数据库中导入除名为Table398,表223和Table399的表以外的所有表。
最佳答案
您可以通过import-all-tables
实现
在Sqoop中导入命令,并通过指定exclude-tables
选项,如下所示-
sqoop import-all-tables
--connect –username –password --exclude-tables Table398, Table 223, Table 399
希望这会有所帮助!
关于hadoop - 我如何做到这一点而不必一次又一次地导入表?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39347985/