This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 01b1de5 Include dataSchema in the ResultTable to retain column type
information (#4807)
add b9fd128 Adding pinot presto docker image (#4812)
No new revisions were added by this update.
Summary of changes:
docker/images/pinot-presto/Dockerfile | 59 ++++++++
docker/images/pinot-presto/README.md | 61 ++++++++
.../images/{pinot => pinot-presto}/docker-build.sh | 23 ++-
.../etc/config.properties} | 9 +-
docker/images/pinot-presto/etc/jvm.config | 8 ++
.../etc/log.properties} | 2 +-
.../etc/node.properties} | 6 +-
kubernetes/examples/helm/README.md | 90 ++++++++++++
.../examples/helm/pinot-presto-cli.sh | 19 +--
kubernetes/examples/helm/presto-coordinator.yaml | 158 +++++++++++++++++++++
kubernetes/examples/helm/superset.yaml | 2 +-
pom.xml | 1 +
12 files changed, 408 insertions(+), 30 deletions(-)
create mode 100644 docker/images/pinot-presto/Dockerfile
create mode 100644 docker/images/pinot-presto/README.md
copy docker/images/{pinot => pinot-presto}/docker-build.sh (59%)
copy docker/images/{pinot-superset/.python-version =>
pinot-presto/etc/config.properties} (76%)
create mode 100644 docker/images/pinot-presto/etc/jvm.config
copy docker/images/{pinot-superset/.python-version =>
pinot-presto/etc/log.properties} (97%)
copy docker/images/{pinot-superset/.dockerignore =>
pinot-presto/etc/node.properties} (90%)
copy docker/images/pinot/docker-build-and-push.sh =>
kubernetes/examples/helm/pinot-presto-cli.sh (61%)
create mode 100644 kubernetes/examples/helm/presto-coordinator.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]