This is an automated email from the ASF dual-hosted git repository.
tison 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 d78fc9716cd [improve][doc] Make the release verification process
clearer (#454)
d78fc9716cd is described below
commit d78fc9716cdf2c05d052418ad7524c4c90f406a9
Author: Xiangying Meng <[email protected]>
AuthorDate: Sat Mar 4 12:14:27 2023 +0800
[improve][doc] Make the release verification process clearer (#454)
---
contribute/validate-release-candidate.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/contribute/validate-release-candidate.md
b/contribute/validate-release-candidate.md
index 1b58e29bcad..fe3bb2d7841 100644
--- a/contribute/validate-release-candidate.md
+++ b/contribute/validate-release-candidate.md
@@ -342,13 +342,13 @@ In the cqlsh, create the `pulsar_test_keyspace` keyspace
and the `pulsar_test_ta
cqlsh> CREATE KEYSPACE pulsar_test_keyspace WITH replication =
{'class':'SimpleStrategy', 'replication_factor':1};
cqlsh> USE pulsar_test_keyspace;
cqlsh:pulsar_test_keyspace> CREATE TABLE pulsar_test_table (key text PRIMARY
KEY, col text);
-
+cqlsh:pulsar_test_keyspace> exit
```
3. Prepare a cassandra sink yaml file and put it under examples directory as
`cassandra-sink.yml`.
```shell
-cat examples/cassandra-sink.yml
+vim examples/cassandra-sink.yml
```
The content should be:
@@ -498,6 +498,7 @@ cqlsh:pulsar_test_keyspace> select * from pulsar_test_table;
key-10 | key-10
(11 rows)
+cqlsh:pulsar_test_keyspace> exit
```
8. Delete the sink.