The following line of code is indicating the constructor is not defined. The
only examples I can find of usage of JdbcRDD is Scala examples. Does this work
in Java? Is there any examples? Thanks.
JdbcRDD<Integer> rdd = new JdbcRDD<Integer>(sp, () ->
ods.getConnection(), sql, 1, 1783059, 100000, (ResultSet row) ->
row.getInt("FEATURE_ID"));
- JdbcRDD in Java Ron Ayoub
- Re: JdbcRDD in Java Sean Owen
