Skip to content

Commit 630a4c7

Browse files
Merge pull request #4 from RumbleDB/Documentation
Update README.md
2 parents d347f1d + 2d9e020 commit 630a4c7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Install with
4545
pip install jsoniq
4646
```
4747

48-
*Important note*: since the jsoniq package depends on pyspark 4, Java 17 or Java 21 is a requirement. If another version of Java is installed, this may lead to an error message such as "Unsupported class file major version 61". If so, you will need to check that JAVA_HOME is properly set.
48+
*Important note*: since the jsoniq package depends on pyspark 4, Java 17 or Java 21 is a requirement. If another version of Java is installed, the execution of a Python program attempting to create a RumbleSession will lead to an error message on stderr that contains explanations.
4949

5050
## Sample code
5151

@@ -184,10 +184,14 @@ print(seq.json());
184184

185185
# Last updates
186186

187+
## Version 0.1.0 alpha 10
188+
- Add an explicit explanation on stderr if the Java version is not properly set, together with hints.
189+
190+
## Version 0.1.0 alpha 9
191+
- Upgrade to Spark 4, which aligns the internal scala versions to 2.13 and should remove some errors. Requires Java 17 or 21.
192+
187193
## Version 0.1.0 alpha 8
188194
- Ability to write back a sequence of items to local disk, HDFS, S3... in various formats (JSON, CSV, Parquet...).
189195
- Automatically declare external variables bound as DataFrames to improve userfriendliness.
190196
- Simplified the function names to make them more intuitive (json(), items(), df(), rdd(), etc).
191197

192-
## Version 0.1.0 alpha 9
193-
Upgrade to Spark 4, which aligns the internal scala versions to 2.13 and should remove some errors. Requires Java 17 or 21.

0 commit comments

Comments
 (0)