Skip to content

Commit afcb015

Browse files
committed
Update documentation with the next release version.
1 parent b5691d4 commit afcb015

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It is important to choose the right version depending of your Scala version.
2424

2525
| osm4scala | Scala | Scalapb | Spark |
2626
|:--------:|:------:|:-------:|:-----:|
27-
| 1.0.5 | 2.12, 2.13 | 0.10.2 | 3.0.* |
27+
| 1.0.6 | 2.12, 2.13 | 0.10.2 | 3.0.* |
2828
| 1.0.4 | 2.12, 2.13 | 0.10.2 | NA |
2929
| 1.0.3 | 2.11, 2.12, 2.13 | 0.9.7 | NA |
3030
| 1.0.1 | 2.11, 2.12 | 0.5.47 | NA |
@@ -100,7 +100,7 @@ StructType(
100100
101101
1. Start the shell:
102102
```shell script
103-
bin/spark-shell --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5'
103+
bin/spark-shell --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6'
104104
```
105105
2. Load the data set and execute queries:
106106
```scala
@@ -233,7 +233,7 @@ StructType(
233233
### Examples from spark-sql
234234
1. Start the shell:
235235
```shell script
236-
bin/spark-sql --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5'
236+
bin/spark-sql --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6'
237237
```
238238
2. Load the data set and execute queries:
239239
``` sql
@@ -264,7 +264,7 @@ StructType(
264264
### Examples from pyspark
265265
1. Start the shell:
266266
```shell script
267-
bin/pyspark --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5'
267+
bin/pyspark --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6'
268268
```
269269
2. Load the data set and execute queries:
270270
```python
@@ -297,27 +297,27 @@ The simplest way to add the library to the job, is using the shaded flat jar.
297297
For example:
298298
- Submitting a job:
299299
```shell script
300-
bin/spark-submit --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5' .....
300+
bin/spark-submit --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6' .....
301301
```
302302
303303
- Using in a Spark shell:
304304
```shell script
305-
bin/spark-shell --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5' .....
305+
bin/spark-shell --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6' .....
306306
```
307307
308308
- Using in a Spark SQL shell:
309309
```shell script
310-
bin/spark-sql --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5' .....
310+
bin/spark-sql --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6' .....
311311
```
312312
313313
- Using in a Spark R shell:
314314
```
315-
bin/sparkR --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5'
315+
bin/sparkR --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6'
316316
```
317317
318318
- Using in a PySpark shell:
319319
```
320-
bin/pyspark --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.5'
320+
bin/pyspark --packages 'com.acervera.osm4scala:osm4scala-spark-shaded_2.12:1.0.6'
321321
```
322322
323323

0 commit comments

Comments
 (0)