Description
The docs give the following example:
sqoop import --connect jdbc:mysql://database.example.com/employees \
--username venkatesh --passwordFile ${user.home}/.password
But the parameter is --password-file not --passwordFile.
The docs give the following example:
sqoop import --connect jdbc:mysql://database.example.com/employees \
--username venkatesh --passwordFile ${user.home}/.password
But the parameter is --password-file not --passwordFile.