lerning hadoop and all the programs around it, in sqoop you can bring data from a database. and if is the first time some one could do--import-all-tablesbut let say during the day people add more rows to the data base tables, i know i can do sqoop append tableName and that will look for new rows and will add those. but that means i have to do for each table and know the name of the tables, how can i retrive the table names with sqoop and then do a forloop?or is there a way to update all the tables, like --import-all -append?