Re: Spark SQL NoSuchMethodException...DriverWrapper.()

2016-06-24 Thread Jacek Laskowski
ke Maven also has a shading > plugin so if you're using Java maybe you can try that: > https://maven.apache.org/plugins/maven-shade-plugin/ > > Best, > > M > > > ____ > If you reply to this email, your message will be added to the discussion > below: > http://apache-spa

Re: Spark SQL NoSuchMethodException...DriverWrapper.()

2016-06-24 Thread Mirko
s email, your message will be added to the discussion below: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-NoSuchMethodException-DriverWrapper-init-tp27171p27211.html To unsubscribe from Spark SQL NoSuchMethodException...DriverWrapper.(), click here<http://apache-spark-user-list.1001560.

Spark SQL NoSuchMethodException...DriverWrapper.()

2016-06-15 Thread Mirko
lass.getConstructor0(Class.java:3082) at java.lang.Class.newInstance(Class.java:412) ... 19 more -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-NoSuchMethodException-DriverWrapper-init-tp27171.html Sent from the Apache Spark User List

Spark SQL NoSuchMethodException...DriverWrapper.()

2016-06-14 Thread Mirko Bernardoni
Hi All, I’m using Spark 1.6.1 and I’m getting the error below. This appear also with the current branch 1.6 The code that is generating the error is loading a table from MsSql server. I’ve also looked if the microsoft jdbc driver is loaded correctly and it is (I’m using an uber jar with all the