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_r291256934
########## 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 -------------- -Configuring realtime data ingestion ------------------------------------ +``pinot-admin.sh`` is another way of managing Pinot cluster. This script can be generated by running +``mvn install package -DskipTests -Pbin-dist`` in the directory in which you checked out Pinot. + +For example, to create a pinot segment: Review comment: ```suggestion Here is an example of invoking the command to create a pinot segment: ``` ---------------------------------------------------------------- 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