----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68064/#review209952 -----------------------------------------------------------
src/docs/user/connectors.txt Lines 41 (patched) <https://reviews.apache.org/r/68064/#comment294603> Are you sure import-all-tables supports --schema properly? By looking at the code of this command it seems to me that Sqoop uses the list-tables command to get the table names it wants to import but then it invokes the import command in a loop to import all the tables. So I think that even if the list-tables shows a table the import command will not be able to pick it up. - Szabolcs Vasas On July 26, 2018, 2:58 p.m., Fero Szabo wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68064/ > ----------------------------------------------------------- > > (Updated July 26, 2018, 2:58 p.m.) > > > Review request for Sqoop, Boglarka Egyed, daniel voros, and Szabolcs Vasas. > > > Bugs: SQOOP-3355 > https://issues.apache.org/jira/browse/SQOOP-3355 > > > Repository: sqoop-trunk > > > Description > ------- > > Adding documentation for a previously implemented feature. This one is quite > simple. > > > Diffs > ----- > > src/docs/user/connectors.txt 59e3e00b > > > Diff: https://reviews.apache.org/r/68064/diff/1/ > > > Testing > ------- > > ant docs, > + unit and 3rd party tests, though these shouldn't be affected. > > > Thanks, > > Fero Szabo > >