Re: Understanding how spark share db connections created on driver

2017-06-29 Thread Gourav Sengupta
.rdd >>>> .map { >>>> case (Row(a: String, b: String)) => Processor.process(a,b) >>>> } >>>> .cache() >>>> } >>>> >>>> I

Re: Understanding how spark share db connections created on driver

2017-06-29 Thread Sotiris Beis
cs I want from the process() method which uses >>> the >>> client I initialised on the driver code. Currently this works and I am >>> able >>> to send millions of data point. I was just wandering how it works >>> internally. Does it share the db con

Re: Understanding how spark share db connections created on driver

2017-06-29 Thread Gourav Sengupta
ses >> the >> client I initialised on the driver code. Currently this works and I am >> able >> to send millions of data point. I was just wandering how it works >> internally. Does it share the db connection or creates a new connection >&

Re: Understanding how spark share db connections created on driver

2017-06-29 Thread Ryan
just wandering how it works > internally. Does it share the db connection or creates a new connection > every time? > > > > > > > > -- > View this message in context: http://apache-spark-user-list. &

Understanding how spark share db connections created on driver

2017-06-29 Thread salvador
on every time? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Understanding-how-spark-share-db-connections-created-on-driver-tp28806.html Sent from the Apache Spark User List mailing list archive at Nabble.com. ---