You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sqoop.apache.org by Sam Joe <ga...@gmail.com> on 2016/04/21 17:26:38 UTC

Importing Data In Sqoop 1.99.6

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.