python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Drill: Limit CPU/Memory when running in container
I am running Apache Drill and Zookeeper on a Kubernetes cluster. When Drill does not have enough CPU/Memory the entire VM is freezing. Does anyone know the best way to configure this to limit the CPU ...
Bruno Bruzini
Votes: 0
Answers: 1
Apache Drill: UNSUPPORTED_OPERATION ERROR: Hash aggregate does not support schema change
Trying to run this query, brings the error Hash aggregate does not support schema change
SELECT
CAST (reporting_date as DATE) AS Datum,
Max(calc) AS max_calc
from TABLE
group by reporting_date
hav...
Sureshkumar Ramachandran
Votes: 0
Answers: 1