Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override Drill Config not working #3

Open
jjournet opened this issue May 25, 2022 · 0 comments
Open

Override Drill Config not working #3

jjournet opened this issue May 25, 2022 · 0 comments

Comments

@jjournet
Copy link

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 one line)

I launched the command to create the config map in the namespace (before deploying the chart)
I have the following configmap:

Name:         drill-config-cm
Namespace:    drill
Labels:       <none>
Annotations:  <none>

Data
====
drill-env.sh:
----

drill-override.conf:
----
store: {
  parquet: {
    reader: {
      int96_as_timestamp: true
    }
  }
}

BinaryData
====

Events:  <none>

and I change the values.yaml to allow override.
and it seems to be taken into account, as inside the drill pods, I have this:

sh-4.2# cat /opt/drill/conf/drill-override.conf
store: {
  parquet: {
    reader: {
      int96_as_timestamp: true
    }
  }
}sh-4.2#

However, once I connect to drill web UI, I still have the value false:
Screen Shot 2022-05-25 at 11 35 48 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant