This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new c5dc885bac update node version in the docs (#13294)
c5dc885bac is described below
commit c5dc885bac72a3d830114836d093bf15e44c39be
Author: Jayesh Choudhary <[email protected]>
AuthorDate: Tue Jun 11 00:26:04 2024 +0530
update node version in the docs (#13294)
---
README.md | 2 ++
pinot-controller/src/main/resources/Readme.md | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1e64526341..f39ad1a3b1 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,8 @@ $ cd build/
$ bin/quick-start-batch.sh
```
+For UI development setup refer this
[doc](https://github.com/apache/pinot/blob/master/pinot-controller/src/main/resources/Readme.md).
+
## Deploying Pinot to Kubernetes
Please refer to [Running Pinot on
Kubernetes](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart)
in our project documentation. Pinot also provides Kubernetes integrations with
the interactive query engine,
[Trino](https://docs.pinot.apache.org/integrations/trino)
[Presto](https://docs.pinot.apache.org/integrations/presto), and the data
visualization tool, [Apache Superset](kubernetes/helm/superset.yaml).
diff --git a/pinot-controller/src/main/resources/Readme.md
b/pinot-controller/src/main/resources/Readme.md
index e019abc63d..524eb56ff5 100644
--- a/pinot-controller/src/main/resources/Readme.md
+++ b/pinot-controller/src/main/resources/Readme.md
@@ -29,7 +29,7 @@ This package contains code for Pinot Controller UI.
```shell
cd pinot-controller/src/main/resources
```
-3. Install Required Packages. Make sure you are using node v14 or more
specifially v14.18.1
+3. Install Required Packages. Make sure you are using node v16 or more
specifically v16.15.0
```shell
npm install
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]