rumble icon indicating copy to clipboard operation
rumble copied to clipboard

⛈️ RumbleDB 1.21.0 "Hawthorn blossom" 🌳 for Apache Spark | Run queries on your large-scale, messy JSON-like data (JSON, text, CSV, Parquet, ROOT, AVRO, SVM...) | No install required (just a jar to d...

Results 156 rumble issues
Sort by recently updated
recently updated
newest added

Hi there, I am trying to run Rumble on my M1 Macbook Pro, but I am receiving the following error: ``` ❯ docker run -p 8002:8002 --rm rumbledb/rumble serve -p...

Bug

Hi, I'm running a RumbleDB docker as a server with the current docker image & it works with Jupyter Notebooks. Now I'm trying to run HTTP requests, and for example...

Under discussion

Hi there, I am running queries locally on Windows 10. But I get stucked by ``` %%rumble for $i in json-file("D:\ETHz\2020 Spring\Big Data for Engineers\confusion-2014-03-02.json") return $i ``` this code...

Fix committed

Right now the prolog is reset at every cell, forcing rewriting all functions and imports in every cell.

Enhancement
On hold

Hi, @ghislainfourny , @CanBerker , I'd like to report a vulnerable dependency in **com.github.rumbledb:spark-rumble**. ### Issue Description I noticed that **com.github.rumbledb:spark-rumble** directly depends on **org.apache.spark:spark-core_2.12:3.1.2** in the `master` branch. However,...