@@ -24,7 +24,7 @@ It is important to choose the right version depending of your Scala version.
24
24
25
25
| osm4scala | Scala | Scalapb | Spark |
26
26
| :--------:| :------:| :-------:| :-----:|
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.* |
28
28
| 1.0.4 | 2.12, 2.13 | 0.10.2 | NA |
29
29
| 1.0.3 | 2.11, 2.12, 2.13 | 0.9.7 | NA |
30
30
| 1.0.1 | 2.11, 2.12 | 0.5.47 | NA |
@@ -100,7 +100,7 @@ StructType(
100
100
101
101
1. Start the shell:
102
102
```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 '
104
104
```
105
105
2. Load the data set and execute queries:
106
106
```scala
@@ -233,7 +233,7 @@ StructType(
233
233
### Examples from spark-sql
234
234
1. Start the shell:
235
235
```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 '
237
237
```
238
238
2. Load the data set and execute queries:
239
239
``` sql
@@ -264,7 +264,7 @@ StructType(
264
264
### Examples from pyspark
265
265
1. Start the shell:
266
266
```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 '
268
268
```
269
269
2. Load the data set and execute queries:
270
270
```python
@@ -297,27 +297,27 @@ The simplest way to add the library to the job, is using the shaded flat jar.
297
297
For example:
298
298
- Submitting a job:
299
299
```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 ' .....
301
301
```
302
302
303
303
- Using in a Spark shell:
304
304
```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 ' .....
306
306
```
307
307
308
308
- Using in a Spark SQL shell:
309
309
```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 ' .....
311
311
```
312
312
313
313
- Using in a Spark R shell:
314
314
```
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 '
316
316
```
317
317
318
318
- Using in a PySpark shell:
319
319
```
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 '
321
321
```
322
322
323
323
0 commit comments