Spark streaming Kafka tutorial, In this tutorial, one can easily know the information about Kafka setup which is available and are used by most of the Spark developers. Are you dreaming to become to certified Pro Spark Developer, then stop just dreaming, get your Apache Spark Scala certification course from India’s Leading Apache Spark Scala Training institute.
https://www.apache.org/dyn/closer.cgipath=/kafka/0.11.0.0/kafka_2.11-0.11.0.0.tgz
cd kafka_2.11-0.11.0.0
bin/zookeeper-server-start.shconfig/zookeeper.properties
bin/Kafka-server-start.shconfig/server.properties
bin/Kafka-topics.sh –create –zookeeper localhost:2181 –replication-factor 1 –partitions 1 –topic test2
bin/Kafka-topics.sh –list –zookeeper localhost:2181 test2
bin/kafka-console-producer.sh –broker-list localhost:9092 –topic test2
Hello World
Hello India
bin/Kafka-console-consumer.sh –bootstrap-server localhost:9092 –topic test2 –from-beginning
Whatever is typed in producer prompt, will be shown here
HelloWorld
HelloIndia
Interested in learning more? Become a certified expert in Apache Spark by getting enrolled from Prwatech E-learning India’s leading advanced Apache Spark training institute in Bangalore.
Spark streaming Kafka tutorial
Interested in learning more?
Interested in learning more? Become a certifiy expert in Apache Spark by getting enroll from Prwatech E-learning India’s leading advanced Apache Spark training institute in Bangalore.