You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2019/11/15 22:48:45 UTC

[incubator-pinot] 02/02: Adding some direction lines

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch reorg_k8s_structure
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit ac73c2a87349f259b640bd87bf3b5005bcfecc0f
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Fri Nov 15 17:48:22 2019 -0500

    Adding some direction lines
---
 README.md            | 6 ++++++
 kubernetes/README.md | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c48def5..0ed7a9e 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,12 @@ $ cd pinot-distribution/target/apache-pinot-incubating-<version>-SNAPSHOT-bin
 $ bin/quick-start-offline.sh
 ```
 
+## Deploy Pinot on Kubernetes
+
+Please refer to examples of deploy Pinot with [Kubernetes Readme](kubernetes/README.md).
+
+It provides example scripts to deploy Pinot with demo data set and integration with [Apache Superset](kubernetes/helm/superset.yaml) and [Presto](kubernetes/helm/presto-coordinator.yaml).
+
 ## Getting Involved
  - Ask questions on [Apache Pinot Slack](https://communityinviter.com/apps/apache-pinot/apache-pinot)
  - Please join Apache Pinot mailing lists  
diff --git a/kubernetes/README.md b/kubernetes/README.md
index c41a08a..52f3789 100644
--- a/kubernetes/README.md
+++ b/kubernetes/README.md
@@ -24,8 +24,8 @@ Below are the examples of Pinot Kubernetes deployments on different Cloud enviro
 
 ## Deploy Pinot Cluster using [Helm](<https://helm.sh/docs/using_helm/#installing-helm>)
 
-Please go to directory `helm` for the detailed example.
+Please go to directory [helm](helm) for the detailed example.
 
 ## Deploy Pinot Cluster using [Skaffold](<https://skaffold.dev/docs/getting-started>) on [Google Kubernetes Engine(GKE)](https://cloud.google.com/kubernetes-engine/)
 
-Please go to directory `skaffold/gke` for the detailed example.
+Please go to directory [skaffold/gke](skaffold/gke) for the detailed example.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org