Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 620 Bytes

File metadata and controls

13 lines (8 loc) · 620 Bytes

Customizing Dremio Configuration

Dremio configuration files used by the deployment are in the config directory. These files are propagated to all the pods in the cluster.

To update the configuration used in the pods, run the Helm upgrade command:

$ helm upgrade <release-name> dremio_v2 -f values.local.yaml

To see all the configuration customizations, please see the Customizing Configuration documentation for Dremio.

For users who wish to setup a Hive 2/3 source, please see the Setup Hive 2 and 3 documentation.