kishoreg commented on a change in pull request #4956: Make plugin manager to 
load plugins based on environment variables
URL: https://github.com/apache/incubator-pinot/pull/4956#discussion_r362986916
 
 

 ##########
 File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/HybridQuickstart.java
 ##########
 @@ -50,6 +51,7 @@ private HybridQuickstart() {
 
   public static void main(String[] args)
       throws Exception {
+    PluginManager.get().init();
 
 Review comment:
   add a comment on why we need this for now and add a todo to delete this

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to