VT2020-AppachePinot-Demo: Difference between revisions

From air
Jump to navigation Jump to search
Line 14: Line 14:
= Déploiement =
= Déploiement =


On commence par lancer le zookeeper :
bin/pinot-admin.sh StartZookeeper -zkPort 2181
bin/pinot-admin.sh StartZookeeper -zkPort 2181

On déploie ensuite les deux controlleurs :
bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9001
bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9002


= Test =
= Test =

Revision as of 16:07, 5 December 2020

Installation

Certains prérequis doivent être remplis pour la démonstration :

Pour pouvoir effectuer la démonstration vous devrez télécharger les logiciels suivant :

Déploiement

On commence par lancer le zookeeper :

bin/pinot-admin.sh StartZookeeper -zkPort 2181

On déploie ensuite les deux controlleurs :

bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9001
bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9002

Test