n Tuesday, July 29, 2014 1:42 AM, R J wrote:
>
>
>
>Hi All,
>
>
>Could anyone please help me with the Sqoop command syntax? I tried the
>following command:
>
>
>/home/logger/scoop/sqoop-1.4.4.bin__hadoop-0.20/bin/sqoop import --driver
>oracle.jdbc.driver.OracleDr
ent all
> records of the table.
>
> Could you please let me know how I could get such csv file?
>
> Thank you.
>
>
>
>
> On Tuesday, July 29, 2014 1:42 AM, R J wrote:
>
>
> Hi All,
>
> Could anyone please help me with the Sqoop command syntax? I tried the
&
:42 AM, R J wrote:
Hi All,
Could anyone please help me with the Sqoop command syntax? I tried the
following command:
/home/logger/scoop/sqoop-1.4.4.bin__hadoop-0.20/bin/sqoop import --driver
oracle.jdbc.driver.OracleDriver --connect
jdbc:oracle:thin:@myoracleserver.com:1521/mysid --username
Try this
sqoop import \
--connect jdbc:oracle:thin:@myoracleserver.com:1521/mysid \
--table mytab1 \
--username
scott --password
tiger
On Tue, Jul 29, 2014 at 2:11 PM, R J wrote:
> Hi All,
>
> Could anyone please help me with the Sqoop command syntax? I tried the
&g
Hi All,
Could anyone please help me with the Sqoop command syntax? I tried the
following command:
/home/logger/scoop/sqoop-1.4.4.bin__hadoop-0.20/bin/sqoop import --driver
oracle.jdbc.driver.OracleDriver --connect
jdbc:oracle:thin:@myoracleserver.com:1521/mysid --username scott --password