Closed devender-yadav closed 5 years ago
After looking at https://livy.incubator.apache.org/docs/latest/rest-api.html
I tried to configure a few params
%%configure -f
{"executorMemory": "1000M", "executorCores": 4, "conf":
{"spark.yarn.appMasterEnv.PYSPARK_PYTHON":"/usr/bin/python3.6",
"PYSPARK_PYTHON":"/usr/bin/python3.6"}}
Still same error.
This is now fixed in the master
branch. I will try to do a release soon.
I have released 0.12.8 which will hopefully fix this.
Using:
Sparkmagic karnel - pyspark
I want to create both spark and pandas dataframe. Sample code using spark magic:
Not able to create pandas dataframe.
What am I missing?