Hi Sir,
I have followed below video to run example of kafka spark streaming :
However I didnt get any consumer console after running program through sparksubmit command
[madhavink145361@ip-172-31-38-146 word_count_kafka]$ spark-submit --class “KafkaWordCount” --jars spark-streaming-kafka-assembly_2.
10-1.5.2.jar target/scala-2.12/kafkawordcount_2.12-0.1.0-SNAPSHOT.jar ip-172-31-20-247.ec2.internal:2181 spark-streaming-consumer-g
roup madhavi_test 2>/dev/null
Program terminates without reading any data
Could you please suggest ?