Fabrice Baranski
Fabrice Baranski
Thanks for your answer. Is it possible to reset everything?
I've tried to connect cube.js with Chartbrew (https://chartbrew.com/) using SQL API, but I obtain the following error : ``` Unable to parse: ParserError("Expected equals sign or TO, found: ZONE") QUERY:...
I have built locally the latest version 30.0.0 but when I use it I face issues with middleManager container which crashes during ingestion.
No issue visible as my container is no longer visible when it crashes. Just exit code 137
Here the last lines of logs ``` 2024-06-20 17:30:27 2024-06-20T15:30:27,303 DEBUG [qtp141697265-160] org.apache.druid.jetty.RequestLog - 192.168.192.11 GET //192.168.192.11:8091/druid/worker/v1/chat/query-e6f6ac5a-b2c1-41d8-bf4c-9798ef360108-worker0_0/counters HTTP/1.1 200 2024-06-20 17:30:27 2024-06-20T15:30:27,305 INFO [qtp141697265-148] org.apache.druid.msq.exec.WorkerImpl - Finish received for task...
MSQ ingestion using a parquet file. I launch 3 MSQ ingestions at the same time.
My machine is an Apple M2 Max
An alternative, is to build using buildx for amd64 platform `docker buildx build --platform linux/amd64` . I have to deactivate 'Use Rosetta for x86_64/amd64 emulation on Apple Silicon'. And after,...