File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # CSV Data Source for Apache Spark
1+ # CSV Data Source for Apache Spark 1.x
2+
3+ __ NOTE: This functionality has been inlined in Apache Spark 2.x. This package is in maintenance mode and we only accept critical bug fixes.__
24
35A library for parsing and querying CSV data with Apache Spark, for Spark SQL and DataFrames.
46
@@ -16,26 +18,26 @@ You can link against this library in your program at the following coordinates:
1618```
1719groupId: com.databricks
1820artifactId: spark-csv_2.10
19- version: 1.4 .0
21+ version: 1.5 .0
2022```
2123### Scala 2.11
2224```
2325groupId: com.databricks
2426artifactId: spark-csv_2.11
25- version: 1.4 .0
27+ version: 1.5 .0
2628```
2729
2830## Using with Spark shell
2931This package can be added to Spark using the ` --packages ` command line option. For example, to include it when starting the spark shell:
3032
3133### Spark compiled with Scala 2.11
3234```
33- $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-csv_2.11:1.4 .0
35+ $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-csv_2.11:1.5 .0
3436```
3537
3638### Spark compiled with Scala 2.10
3739```
38- $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-csv_2.10:1.4 .0
40+ $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-csv_2.10:1.5 .0
3941```
4042
4143## Features
Original file line number Diff line number Diff line change 11name := " spark-csv"
22
3- version := " 1.4 .0"
3+ version := " 1.5 .0"
44
55organization := " com.databricks"
66
You can’t perform that action at this time.
0 commit comments