Re: Best way to import data from Oracle to Spark?

2015-09-10 Thread Sathish Kumaran Vairavelu
y. > http://spark.apache.org/docs/1.4.1/sql-programming-guide.html#jdbc-to-other-databases > > On Tue, Sep 8, 2015 at 10:11 AM, Cui Lin <icecreamlc...@gmail.com> wrote: > >> What's the best way to import data from Oracle to Spark? Thanks! >> >> >> -- >> Best regards! >> >> Lin,Cui >> > >

Re: Best way to import data from Oracle to Spark?

2015-09-10 Thread Ruslan Dautkhanov
t;> Using the JDBC data source is probably the best way. >> http://spark.apache.org/docs/1.4.1/sql-programming-guide.html#jdbc-to-other-databases >> >> On Tue, Sep 8, 2015 at 10:11 AM, Cui Lin <icecreamlc...@gmail.com> wrote: >> >>> What's the best way to im

Re: Best way to import data from Oracle to Spark?

2015-09-09 Thread Reynold Xin
Using the JDBC data source is probably the best way. http://spark.apache.org/docs/1.4.1/sql-programming-guide.html#jdbc-to-other-databases On Tue, Sep 8, 2015 at 10:11 AM, Cui Lin <icecreamlc...@gmail.com> wrote: > What's the best way to import data from Oracle to Spark? Thanks! > &

Re: Best way to import data from Oracle to Spark?

2015-09-08 Thread Devin Jones
I'd look into the JdbcRDD class in the Java and Scala apis On Tue, Sep 8, 2015 at 1:11 PM, Cui Lin <icecreamlc...@gmail.com> wrote: > What's the best way to import data from Oracle to Spark? Thanks! > > > -- > Best regards! > > Lin,Cui >

Best way to import data from Oracle to Spark?

2015-09-08 Thread Cui Lin
What's the best way to import data from Oracle to Spark? Thanks! -- Best regards! Lin,Cui

Re: Best way to import data from Oracle to Spark?

2015-09-08 Thread Muhammad Atif
the Java and Scala apis > > On Tue, Sep 8, 2015 at 1:11 PM, Cui Lin <icecreamlc...@gmail.com> wrote: > >> What's the best way to import data from Oracle to Spark? Thanks! >> >> >> -- >> Best regards! >> >> Lin,Cui >> > >

Re: Best way to import data from Oracle to Spark?

2015-09-08 Thread Jörn Franke
of the database to reduce the effort of the database etc. Le mar. 8 sept. 2015 à 19:11, Cui Lin <icecreamlc...@gmail.com> a écrit : > What's the best way to import data from Oracle to Spark? Thanks! > > > -- > Best regards! > > Lin,Cui >

Re: Best way to import data from Oracle to Spark?

2015-09-08 Thread Ruslan Dautkhanov
, Sep 8, 2015 at 11:11 AM, Cui Lin <icecreamlc...@gmail.com> wrote: > What's the best way to import data from Oracle to Spark? Thanks! > > > -- > Best regards! > > Lin,Cui >