Description:Akka Stream generates random words.
These random words will published in akka tcp url using Akka stream and http techinques.Spark Data frame will capture and process these words to generate wordcount.
How to run:
Run Wordcount.scala first and it will generate tcp url,copy that url. Run Wordcount1.scala with above copied URL as an argument.