Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
I have installed toree to my jupyter environment (https://github.com/apache/incubator-toree) and written a piece of code that works with pyspark. Yarn starts properly and I can see the containers running in the queue,
When I run the code, I get the following error
Error from python worker:
/usr/local/bin/python2.7: No module named pyspark
the kernel is set-up as follows:
{
"language": "python",
"display_name": "Apache Toree - PySpark",
"env":
,
"argv": [
"/usr/local/share/jupyter/kernels/apache_toree_pyspark/bin/run.sh",
"--profile",
"
"
]
}