diff options
| author | Priyansh <[email protected]> | 2021-12-25 02:48:04 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-12-25 02:48:04 -0500 |
| commit | db9260d2c220bb048924d1c9756f389d8deb0387 (patch) | |
| tree | 6f87403df28c64a2b97a465e24969202e6c90957 | |
| parent | 8eb23fb13452c45924d5b3c14c4bc0f44d69cee4 (diff) | |
| download | KafkaPySpark-db9260d2c220bb048924d1c9756f389d8deb0387.tar.xz KafkaPySpark-db9260d2c220bb048924d1c9756f389d8deb0387.zip | |
update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # KafkaPySpark -# Zookeeper +## Zookeeper bin/zookeeper-server-start.sh config/zookeeper.properties -# Kafka Server +## Kafka Server bin/kafka-server-start.sh config/server.properties -# Kafka Topic creation +## Kafka Topic creation bin/kafka-topics.sh --create --partitions 2 --replication-factor 1 --topic twitterdata --bootstrap-server localhost:9092 ## Goals |
