public class PinotAdministrator
extends Object
Class to implement Pinot Administrator, that provides the following commands:
System property: `pinot.admin.system.exit`(default to false) is used to decide if System.exit(...) will be called with exit code.
Sample Usage in Commandline:
JAVA_OPTS="-Xms4G -Xmx4G -Dpinot.admin.system.exit=true" \
bin/pinot-admin.sh AddTable \
-schemaFile /my/path/to/table/schema.json \
-tableConfigFile /my/path/to/table/tableConfig.json \
-controllerHost localhost \
-controllerPort 9000 \
-exec