Hi Team, I'm writing to you, because I've got stuck in Toree kernel installation. I''ve tried to find a solution on web, but unfortunately I haven't found any.
Our team successfully installed Jupyter on RHEL 6.7, with e.g. PySpark kernel. After that, we have to install Spark-with-Scala kernel and we've found Apache Toree. We've downloaded Git repo, install sbt and tried to install Docker. Unfortunately, our RHEL kernel version is too old to run Docker. So, we've tried to install it by using commands: pip install --pre toree jupyter toree install Kernel was added, but if we want to use it, we've got error, as below: http://pastebin.com/fG5Bs9Eq We've found one solution, but as we can't install it locally, by using Docker, we don't know how to implement it. Link is below: https://issues.apache.org/jira/browse/TOREE-324 Our kernel.json file looks like below: { "language": "scala", "display_name": "Apache Toree - Scala", "argv": [ "/usr/local/share/jupyter/kernels/apache_toree_scala/bin/run.sh", "--profile", "{connection_file}" ], "env": { "DEFAULT_INTERPRETER": "Scala", "__TOREE_SPARK_OPTS__": "", "PYTHONPATH": "/opt/cloudera/parcels/CDH/lib/spark/python:/opt/cloudera/parcels/CDH/lib/spark/python/lib/py4j-0.9-src.zip", "SPARK_HOME": "/opt/cloudera/parcels/CDH/lib/spark", "__TOREE_OPTS__": "", "PYTHON_EXEC": "/usr/bin/python2.7" } } Do you know is there a way to resolve this issue? If not, we'll finish our research. Thank you in advance for your help. Regards, Filip -- *Filip Kowalski* Associate Consultant [email protected] www.lingaro.com [image: lingaro_logo] <http://www.lingaro.com/> *Confidentiality notice:* The information contained in this message may be privileged and confidential. If you are not the intended recipient of this message and received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.
