QUESTION 1What is the result of the following command (the database username is foo and password is bar)?$ sqoop list-tables – – connect jdbc : mysql : / / localhost/databasename – – table – – username foo – – password bar A. sqoop lists only those tables in the specified MySql database that have not […]