How to setup a Pinot cluster

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 10

  • @SuvodeepPyne
    @SuvodeepPyne 4 роки тому +2

    Great walkthrough of the components! Summary of processes to be launched:
    # Navigate to the build folder
    cd pinot-distribution/target/apache-pinot-incubating-0.5.0-SNAPSHOT-bin/apache-pinot-incubating-0.5.0-SNAPSHOT-bin/
    # Start ZK
    bin/pinot-admin.sh StartZookeeper -zkPort 2181
    # Start Controller
    bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9001
    bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName PinotCluster -controllerPort 9002
    # Start Broker
    bin/pinot-admin.sh StartBroker -zkAddress localhost:2181 -clusterName PinotCluster -brokerPort 7001
    bin/pinot-admin.sh StartBroker -zkAddress localhost:2181 -clusterName PinotCluster -brokerPort 7002
    # Start Server
    bin/pinot-admin.sh StartServer -zkAddress localhost:2181 -clusterName PinotCluster -serverPort 8001 -serverAdminPort 8011
    bin/pinot-admin.sh StartServer -zkAddress localhost:2181 -clusterName PinotCluster -serverPort 8002 -serverAdminPort 8012

  • @sandeeepjain98
    @sandeeepjain98 11 місяців тому +4

    both servers do not come up . I had to change grpc port from 8090(default) to 8091 by using command like args : -serverGrpcPort 8091

  • @2007selvam
    @2007selvam 2 роки тому

    Very good.

  • @rohitanil9025
    @rohitanil9025 2 роки тому +1

    If we have a zookeeper quorum, do we pass the addresses of each zookeeper as -zkAddress parameter as comma seperated values?

  • @zh4842
    @zh4842 4 роки тому

    Very useful, but just a question how to manage the retention time/size of your data, is there any kind of log-compaction/deletion?

    • @zh4842
      @zh4842 4 роки тому

      @@StarTree excellent thanks

  • @PeterPringle81
    @PeterPringle81 3 роки тому

    Any docs on clustering zookeeper as this is an integral part of how pinot manages segment metadata?

  • @krishnakamireddy6103
    @krishnakamireddy6103 3 роки тому

    installation of pinot please

    • @matt-landers
      @matt-landers 3 роки тому

      ua-cam.com/video/9B6MCv0uC1s/v-deo.html&ab_channel=StarTree