Hi Team,
I am working on pyspark library. Developing python code where I am trying to access Pyspark modules and getting no such module error. looks like not able to find spark path.
Please help me with this regards.
Python 2.7.5 (default, Jul 13 2018, 13:06:57)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import pyspark
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pyspark
Thanks,
Mukkanti