Trying to run a simple GraphFrame example using pyspark.
spark version : 2.0
graphframe version : 0.2.0
I am able to import graphframes in Jupyter:
For PyCharm go to configurations and add the environment variable:
Name: PYSPARK_SUBMIT_ARGS
Value: --packages graphframes:graphframes:0.2.0-spark2.0-s_2.11 pyspark-shell
I've found it doesn't work for me without the pyspark-shell at the end