Rumble 1.0.0 "Linden Oak"
Pre-release
Pre-release
This is the first beta release of Rumble, a JSONiq engine to query large-scale JSON datasets stored on HDFS. Spark under the hood.
New:
- Bugfixes.
- Jar auto-displays CLI examples when invoked with no parameters, also with java.
- distinct-values() is pushed down to Spark
- Fixes NullPointerException in some cases when exceptions are raised in closures
The jar file was built with ANTLR 4.7 and is compatible with all tested distributions of Spark 2.3+. It is meant to be used with the spark-submit script either as an interactive shell, or to execute a single query from a JSONiq file (local or HDFS) and output the result either on stdin or back to the disk (local or HDFS). This works both locally and with a deployed cluster.
The jar file for older versions of Spark (2.0+) with ANTLR 4.5.3 is available on request (if you receive a warning on the command line).
Documentation: http://rumble.readthedocs.io/en/latest/