Hi Guys,
I am trying to integrate Spark with Machine Learning. For that I want to use findspark module. But it shows me the below error.
>>> import pyspark
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'findspark'