Do you have commons-csv-1.1-bin.jar in your path somewhere ? I had to download and add this. Cheers <k/>
On Wed, Apr 22, 2015 at 11:01 AM, Mohammed Omer <beancinemat...@gmail.com> wrote: > Afternoon all, > > I'm working with Scala 2.11.6, and Spark 1.3.1 built from source via: > > `mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -DskipTests clean package` > > The error is encountered when running spark shell via: > > `spark-shell --packages com.databricks:spark-csv_2.11:1.0.3` > > The full trace of the commands can be found at > https://gist.github.com/momer/9d1ca583f9978ec9739d > > Not sure if I've done something wrong, or if the documentation is > outdated, or...? > > Would appreciate any input or push in the right direction! > > Thank you, > > Mo >