From 643b1a4df264876ad6f1be8b879ee9fc7133e639 Mon Sep 17 00:00:00 2001 From: Y Ethan Guo Date: Tue, 26 Oct 2021 14:45:52 -0700 Subject: [PATCH] [MINOR] Fix README for hudi-kafka-connect (#3858) --- hudi-kafka-connect/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hudi-kafka-connect/README.md b/hudi-kafka-connect/README.md index 584fddf22..e2abab1cc 100644 --- a/hudi-kafka-connect/README.md +++ b/hudi-kafka-connect/README.md @@ -94,7 +94,7 @@ cd $KAFKA_HOME Open a terminal to execute the following command: ```bash -cd $HUDI_DIR/demo/ +cd $HUDI_DIR/hudi-kafka-connect/demo/ bash setupKafka.sh -n ``` @@ -120,7 +120,7 @@ that can be changed based on the desired properties. ```bash curl -X DELETE http://localhost:8083/connectors/hudi-sink -curl -X POST -H "Content-Type:application/json" -d @${HUDI_DIR}/hudi-kafka-connect/demo/config-sink.json http://localhost:8083/connectors +curl -X POST -H "Content-Type:application/json" -d @$HUDI_DIR/hudi-kafka-connect/demo/config-sink.json http://localhost:8083/connectors ``` Now, you should see that the connector is created and tasks are running.