Re: Sqoop command syntax

2014-07-29 Thread R J
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

Re: Sqoop command syntax

2014-07-29 Thread Sivaram RL
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 &

Re: Sqoop command syntax

2014-07-29 Thread R J
: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

Re: Sqoop command syntax

2014-07-29 Thread unmesha sreeveni
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

Sqoop command syntax

2014-07-29 Thread R J
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