You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/02 06:15:31 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#8a6e9cc)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b0788de5c4 Docs sync done from apache/pulsar(#8a6e9cc)
4b0788de5c4 is described below

commit 4b0788de5c449b84d5e0f4b081e4bbee7218b9df
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Fri Sep 2 06:15:27 2022 +0000

    Docs sync done from apache/pulsar(#8a6e9cc)
---
 site2/website-next/docs/admin-api-namespaces.md    | 3 ---
 site2/website-next/docs/client-libraries-python.md | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/site2/website-next/docs/admin-api-namespaces.md b/site2/website-next/docs/admin-api-namespaces.md
index c4ba54a1b4d..85d94ca1403 100644
--- a/site2/website-next/docs/admin-api-namespaces.md
+++ b/site2/website-next/docs/admin-api-namespaces.md
@@ -520,8 +520,6 @@ $ pulsar-admin namespaces unload --bundle 0x00000000_0xffffffff test-tenant/ns1
 </TabItem>
 <TabItem value="REST API">
 
-```
-
 {@inject: endpoint|PUT|/admin/v2/namespaces/:tenant/:namespace/:bundle/unload|operation/unloadNamespaceBundle?version=@pulsar:version_number@}
 
 </TabItem>
@@ -557,7 +555,6 @@ $ pulsar-admin namespaces split-bundle --bundle 0x00000000_0xffffffff test-tenan
 </TabItem>
 <TabItem value="REST API">
 
-```
 
 {@inject: endpoint|PUT|/admin/v2/namespaces/:tenant/:namespace/:bundle/split|operation/splitNamespaceBundle?version=@pulsar:version_number@}
 
diff --git a/site2/website-next/docs/client-libraries-python.md b/site2/website-next/docs/client-libraries-python.md
index bbfd91625f4..32c9d784757 100644
--- a/site2/website-next/docs/client-libraries-python.md
+++ b/site2/website-next/docs/client-libraries-python.md
@@ -59,7 +59,7 @@ To install the built Python bindings:
 ```shell
 $ git clone https://github.com/apache/pulsar
 $ cd pulsar/pulsar-client-cpp/python
-$ sudo python setup.py install
+$ sudo pip install .
 ```
 
 ## Connection URLs