Real time dashboards

Hey Sandeep
@abhinavsingh @sgiri
I am trying to execute the real-time dashboard

  1. started with creating a topic

kafka-topics.sh --create --zookeeper cxln3.c.thelab-240901.internal:2181 --replication-factor 1 --partitions

1 --topic rinkinag246388-order-data

  1. starting with a broker

/bin/bash put_order_data_in_topic.sh …/data/order_data/ cxln2.c.thelab-240901.internal:6667 rinkinag246388-orde
r-data

  1. Making new topic

kafka-topics.sh --create --zookeeper cxln3.c.thelab-240901.internal:2181 --replication-factor 1 --partitions
1 --topic rinkinag246388-order-one-min-data

editing the file

spark-submit --jars spark-streaming-kafka-assembly_2.10-1.6.0.jar spark_streaming_order_status.py cxln3.c.thelab
-240901.internal:2181 rinkinag246388-order-data

But I am getting error after running this command

Please can anyone help me

Regards,

And this is my script after edit

@abhinavsingh @sandeepgiri

Hey @Rinki_Nag

I have updated the blog to fix some of the errors after updating the lab.

Please follow the updated blog.

Thanks.

I can only find https://cloudxlab.com/blog/real-time-analytics-dashboard-with-apache-spark-kafka/ link can you please share the updated link

@Rinki_Nag

The link is same but the content is updated.

Thanks