Hi @Prabakar Ammeappinโ ,
I didnot understand what are u referring to .
anyways I could download the jar SparkJDBC42.jar and include it in my spring boot application in IntelliJ IDE.
also I am trying to connect using the below code.
DriverManagerDataSource dataSource = new DriverManagerDataSource();
dataSource.setDriverClassName("com.simba.spark.jdbc.Driver");
I am yet to test it, but my question is since the JAR is NOT available through maven, what is the alternative ?.
Do we need to manually install it on every server irrespective of whether it is dev/qa/prod.