You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/20 17:27:01 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3986: Modify documentation in managing Pinot page

jackjlli commented on a change in pull request #3986: Modify documentation in managing Pinot page
URL: https://github.com/apache/incubator-pinot/pull/3986#discussion_r267458317
 
 

 ##########
 File path: docs/management_api.rst
 ##########
 @@ -26,26 +26,74 @@ Pinot Management Console
 ------------------------
 
 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.
+``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.
 
-For example, list all the schema within Pinot cluster:
+  .. figure:: img/pinot-console.png
+
+For example, to list all the schemas within Pinot cluster:
 
   .. figure:: img/list-schemas.png
 
-Upload a pinot segment:
+To rebalance segments of a table across servers:
 
-  .. figure:: img/upload-segment.png
+  .. figure:: img/rebalance-table.png
 
 
-Pinot-admin.sh
+pinot-admin.sh
 --------------
 
-It can be used instead of the ``pinot-admin.sh`` commands to automate the creation of tables and tenants.
+It can be used instead of the ``pinot-admin.sh`` commands to automate the creation of tables and tenants. The script
 
 Review comment:
   Addressed in https://github.com/apache/incubator-pinot/pull/3991.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org