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_r291255797
########## 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: Review comment: ```suggestion Listing all the schemas in the Pinot cluster: ``` ---------------------------------------------------------------- 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