python-spark-streaming icon indicating copy to clipboard operation
python-spark-streaming copied to clipboard

Results 2 python-spark-streaming issues
Sort by recently updated
recently updated
newest added

@matthew-mcateer Hi, I am running the code in local instead of VM, the code was running fine in VM and able to see the twitter data but in local i...

Hello Matthew, I see in the join demo that you pass a range object to SparkContext.parallelize https://github.com/jleetutorial/python-spark-streaming/blob/master/3_advanced/1_Stream-Stream%20Join%20Demo.ipynb In the Spark documentation it says that SparkContext.parallelize takes an iterable or a...