1
0

[MINOR] Fix README for hudi-kafka-connect (#3858)

This commit is contained in:
Y Ethan Guo
2021-10-26 14:45:52 -07:00
committed by GitHub
parent b1c4acf0ae
commit 643b1a4df2

View File

@@ -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 <total_kafka_messages>
```
@@ -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.