Open jest opened 4 years ago
I also tested solution 2. and can confirm it works
Hi @jest ,
Thanks for your suggestions on this and the other issue, and sorry for the slow response! Things have been quite busy for me since late November, and I hadn't been checking out this repo.
Both of your suggestions seem great, and I'll look to incorporate them later this week. Hope you have a Happy New Years! 🎊
python3 APK installs only
/usr/bin/python3
binary, but by default PySpark searches forpython
binary in PATH. This results in kernel error when enabling Spark in a notebook:I see two solutions to this problem. In Dockerfile:
python
topython3
:PYSPARK_PYTHON
variable (not tested, as for https://stackoverflow.com/questions/30279783/apache-spark-how-to-use-pyspark-with-python-3):