This is an automated email from the ASF dual-hosted git repository.
jerrypeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new a22cbd8 Updated Release Candidate Validation (markdown)
a22cbd8 is described below
commit a22cbd8909e601abba95fc3007777a22b2e86d8d
Author: Boyang Jerry Peng <[email protected]>
AuthorDate: Mon Jul 1 21:50:03 2019 -0700
Updated Release Candidate Validation (markdown)
---
Release-Candidate-Validation.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index c07c840..6a3adc9 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -225,7 +225,7 @@ The output is similar as follows:
4. At the same terminal as step 3, retrieve the function status.
```shell
-$ bin/pulsar-admin functions getstatus --tenant test --namespace
test-namespace --name example
+$ bin/pulsar-admin functions status --tenant test --namespace test-namespace
--name example
```
The output is similar as follows:
@@ -392,7 +392,7 @@ $ bin/pulsar-admin sink get --tenant public --namespace
default --name cassandra
```shell
// get the running status
-$ bin/pulsar-admin sink getstatus --tenant public --namespace default --name
cassandra-test-sink
+$ bin/pulsar-admin sink status --tenant public --namespace default --name
cassandra-test-sink
{
"numInstances" : 1,
"numRunning" : 1,
@@ -423,7 +423,7 @@ $ for i in {0..10}; do bin/pulsar-client produce -m
"key-$i" -n 1 test_cassandra
6. Check the sink status, and 11 messages are processed.
```shell
-$ bin/pulsar-admin sink getstatus --tenant public --namespace default --name
cassandra-test-sink
+$ bin/pulsar-admin sink status --tenant public --namespace default --name
cassandra-test-sink
{
"numInstances" : 1,
"numRunning" : 1,
@@ -526,7 +526,7 @@ $ bin/pulsar-admin functions get --tenant test --namespace
test-namespace --name
```
```shell
-$ bin/pulsar-admin functions getstatus --tenant test --namespace
test-namespace --name word_count
+$ bin/pulsar-admin functions status --tenant test --namespace test-namespace
--name word_count
{
"numInstances" : 1,
"numRunning" : 1,