mcvsubbu commented on a change in pull request #4284: Put managing Pinot under in_production URL: https://github.com/apache/incubator-pinot/pull/4284#discussion_r291256154
########## File path: docs/in_production.rst ########## @@ -46,17 +46,81 @@ The ordering is as follows: Managing Pinot ~~~~~~~~~~~~~~ -Creating tables ---------------- +There are two ways to manage Pinot cluster, i.e. using Pinot management console and ``pinot-admin.sh`` script. -Updating tables ---------------- +Pinot Management Console +------------------------ -Uploading data +There is a REST API which allows management of tables, tenants, segments and schemas. It can be accessed by going to +``http://[controller_host]/help`` which offers a web UI to do these tasks, as well as document the REST API. The below +is the screenshot of the console. + + .. figure:: img/pinot-console.png + +For example, to list all the schemas within Pinot cluster: + + .. figure:: img/list-schemas.png + +To rebalance segments of a table across servers: + + .. figure:: img/rebalance-table.png + +pinot-admin.sh Review comment: ```suggestion Command line utility (pinot-admin.sh) ``` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org