zhtaoxiang commented on issue #11891: URL: https://github.com/apache/pinot/issues/11891#issuecomment-1788157775
When use command `command: docker exec -it pinot-controller-wiki bin/pinot-admin.sh AddTable -tableConfigFile /config/tb.json -schemaFile /config/sc.json -exec` to add a table, the `JAVA_OPTS` is already set in the container. To solve the issue, we can either: 1. run the command in a new container (neither of the existing ones) 2. unset JAVA_OPTS before running the about command -- 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]
