Hi, I've been able to import data from Oracle in Sqoop 1.99.6 by creating links and *jobs*. However, I was wondering if the following syntax can be used to import data:
sqoop import \ --connect jdbc:mysql://mysql.example.com/sqoop \ --username sqoop \ --password sqoop \ --table cities I could only find sqoop.sh file and not sqoop file in /<sqoop_home>/bin directory. Thanks.
