Hi, I downloaded the zipped csv libraries from databricks/spark-csv | | | | | | | | | | | databricks/spark-csvspark-csv - CSV data source for Spark SQL and DataFrames | | | | View on github.com | Preview by Yahoo | | | | |
Now I have a directory created called spark-csv-master. I would like to use this in spark-shell with ---packgage like below $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-csv_2.11:1.3.0 Do I need to use mvn to create a zipped file to start. or may be added to spark CLASSPATH. What is needful here please to make it work thanks