Re: install databricks csv package for spark

2016-02-19 Thread Ashok Kumar
great thank you On Friday, 19 February 2016, 15:33, Holden Karau wrote: So with --packages to spark-shell and spark-submit Spark will automatically fetch the requirements from maven. If you want to use an explicit local jar you can do that with the --jars syntax. You might findĀ  htt

Re: install databricks csv package for spark

2016-02-19 Thread Holden Karau
So with --packages to spark-shell and spark-submit Spark will automatically fetch the requirements from maven. If you want to use an explicit local jar you can do that with the --jars syntax. You might find http://spark.apache.org/docs/latest/submitting-applications.html useful. On Fri, Feb 19, 20