drill-helm-charts icon indicating copy to clipboard operation
drill-helm-charts copied to clipboard

Helm Charts to Deploy Apache Drill on Kubernetes

Results 6 drill-helm-charts issues
Sort by recently updated
recently updated
newest added

Hey Agirish, Thanks for your hard work on Drill and k8s support. I noticed that for me the drill bits always say Not Available under Heap Memory Usage, etc on...

Cross-posted from the apache drill official repo. link: https://github.com/apache/drill/issues/2789

Hi. First off I want to thank you for such contribution. It's hard to find Drill on k8s guidelines. So I have deployed your helm chart on my on-prem cluster...

Updated api version for Roles and RoleBindings to fix api version error

I updated the drill-override.conf with the following content: ``` store: { parquet: { reader: { int96_as_timestamp: true } } } ``` (I tried with several variations, including plane `store.parquet.reader.int96_as_timestamp` on...

Hello, I cloned the repo, changed the name of the default namespace to "drill" and the type of environment to 'on-prem' I changed the the service to use ClusterIP instead...