xiangfu0 commented on PR #10155: URL: https://github.com/apache/pinot/pull/10155#issuecomment-1400805173
> > Cool, but where should `pinot.admin.system.exit` be set? What happens to the existing spark jobs where it is not set? > > https://stackoverflow.com/questions/5189914/how-to-set-system-property > > It can be set from the command line `-Dpinot.admin.system.exit=true` or using code: > > ``` > Properties props = System.getProperties(); > props.setProperty("pinot.admin.system.exit", "true"); > ``` Or maybe I can change the logic to just not call System.exit when it returns 0. -- 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]
