You can use the import-all-tables option and along with that, use the --exclude-tables option to exclude the table that you don't want to import: For example:
sqoop import-all-tables --connect jdbc:mysql://localhost/sqoop --username root --password hadoop --target-dir '/Sqoop21/AllTables' --exclude-tables <table1>,<tables2>