This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch management-api-doc in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 35adb1fe511731883a780d8070c9865abf9b6535 Author: jackjlli <[email protected]> AuthorDate: Wed Mar 20 10:20:19 2019 -0700 Update managing pinot doc --- docs/management_api.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/management_api.rst b/docs/management_api.rst index e3f3c9d..1752b26 100644 --- a/docs/management_api.rst +++ b/docs/management_api.rst @@ -43,9 +43,8 @@ To rebalance segments of a table across servers: pinot-admin.sh -------------- -It can be used instead of the ``pinot-admin.sh`` commands to automate the creation of tables and tenants. The script -can be generated by running ``mvn install package -DskipTests -Pbin-dist`` in the directory -in which you checked out Pinot. +``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: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
