Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
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
both servers do not come up . I had to change grpc port from 8090(default) to 8091 by using command like args : -serverGrpcPort 8091
You solution worked for me
Very good.
If we have a zookeeper quorum, do we pass the addresses of each zookeeper as -zkAddress parameter as comma seperated values?
Very useful, but just a question how to manage the retention time/size of your data, is there any kind of log-compaction/deletion?
@@StarTree excellent thanks
Any docs on clustering zookeeper as this is an integral part of how pinot manages segment metadata?
installation of pinot please
ua-cam.com/video/9B6MCv0uC1s/v-deo.html&ab_channel=StarTree
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
both servers do not come up . I had to change grpc port from 8090(default) to 8091 by using command like args : -serverGrpcPort 8091
You solution worked for me
Very good.
If we have a zookeeper quorum, do we pass the addresses of each zookeeper as -zkAddress parameter as comma seperated values?
Very useful, but just a question how to manage the retention time/size of your data, is there any kind of log-compaction/deletion?
@@StarTree excellent thanks
Any docs on clustering zookeeper as this is an integral part of how pinot manages segment metadata?
installation of pinot please
ua-cam.com/video/9B6MCv0uC1s/v-deo.html&ab_channel=StarTree