I know it uses lazy model, which is why I was wondering. On 27 October 2015 at 19:02, Uthayan Suthakar <[email protected]> wrote:
> Hello all, > > What I wanted to do is configure the spark streaming job to read the > database using JdbcRDD and cache the results. This should occur only once > at the start of the job. It should not make any further connection to DB > afterwards. Is it possible to do that? >
