RK
05/06/2021, 11:52 AMMayank
RK
05/06/2021, 3:56 PMMayank
RK
05/06/2021, 4:49 PMMayank
Alexander Pucher
05/06/2021, 5:38 PMRK
05/07/2021, 2:34 AMRK
05/07/2021, 4:47 PMAlexander Pucher
05/07/2021, 7:09 PMcontroller.properties and broker.properties and store the respective properties there. Then, you can use the various starter scripts like bin/start-controller.sh -configFileName controller.properties to bring up the individual pinot components with you new configs. (The commands also support a --help flag, and there’s a detailed reference here: https://docs.pinot.apache.org/basics/getting-started/advanced-pinot-setup)Alexander Pucher
05/07/2021, 7:11 PMquick-start-auth.sh all-in-one script, but it may take a day or two to filter through the review and snapshot process (PR here: https://github.com/apache/incubator-pinot/pull/6892)RK
05/08/2021, 4:18 AMRK
05/08/2021, 4:19 AMAlexander Pucher
05/08/2021, 6:42 AMquick-start-auth.sh should become available
if you don’t want to wait try this - looks like the ports got swapped:
(1) instead of controller.access.protocols.http.port=2191 simply use controller.port=9000 and controller.host=localhost
(2) instead of controller.zk.str=localhost:2181 go with controller.zk.str=localhost:2191 (or whichever port you start zookeeper on)Alexander Pucher
05/08/2021, 6:43 AMcontroller.data.dir=/tmp/mydatadirAlexander Pucher
05/08/2021, 6:44 AMRK
05/08/2021, 3:15 PMRK
05/08/2021, 3:17 PMAlexander Pucher
05/08/2021, 8:48 PMmaster of incubator-pinot. You’ll now find a quick-start-auth.sh script which launches a pre-configured pinot cluster with authAmeen
05/31/2024, 6:43 AM