abinassahoo commented on issue #9745: URL: https://github.com/apache/pinot/issues/9745#issuecomment-1306646752
@Jackie-Jiang, Thank you for the response. Could you please share the slack URL. However, i have checked the ZK address and it's correct. Controller gets started if i am passing all parameters in command line , but failed if i pass the same in controller config file. Working: **bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName pinot-poc -controllerPort 9001** Failed with NPE: **bin/pinot-admin.sh StartController -configFileName conf/controller.conf** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
