Tag: graphframes
-
Unable to import graphframes with pyspark
Unable to import graphframes with pyspark You might hit into below error message while trying to import graphframe module into your pyspark session in an EMR cluster. >> print(spark.version) 2.1.0 >>> from graphframes import* Traceback (most recent call last): File “<stdin>”, line 1, in <module> ImportError: No module named graphframes >>> it will need…
