Skip to content

Latest commit

 

History

History

helm-presto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Presto Chart

Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes.

Chart Details

This chart will do the following:

  • Install a single server which acts both as coordinator and worker
  • Install a configmap for it
  • Install a service

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release stable/presto

Configuration

Configurable values are documented in the values.yaml.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install --name my-release -f values.yaml stable/presto

Tip: You can use the default values.yaml