Spark Streaming Not able to read from a remote host:port
I am writing a Spark Streaming application that listens to a specific TCP port, reads any data whenever it appears there and then processes and generates reports. I am using Google Colab and Python 3.
The following stuff WORKS