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 19c45ca  Updated Release Candidate Validation (markdown)
19c45ca is described below

commit 19c45ca64008edc76ac39cd66c9b9800dd77ffb3
Author: Boyang Jerry Peng <[email protected]>
AuthorDate: Mon Jul 1 21:52:47 2019 -0700

    Updated Release Candidate Validation (markdown)
---
 Release-Candidate-Validation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 6a3adc9..535f415 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -489,7 +489,7 @@ The following are instructions to validate counter 
functions.
 1. Create a wordcount function.
 
 ```shell
-$ bin/pulsar-admin functions create --functionConfigFile 
examples/example-function-config.yaml --jar examples/api-examples.jar --name 
word_count --className 
org.apache.pulsar.functions.api.examples.WordCountFunction --inputs 
test_wordcount_src --output test_wordcount_dest
+$ bin/pulsar-admin functions create --function-config-file 
examples/example-function-config.yaml --jar examples/api-examples.jar --name 
word_count --className 
org.apache.pulsar.functions.api.examples.WordCountFunction --inputs 
test_wordcount_src --output test_wordcount_dest
 "Created successfully"
 ```
 

Reply via email to