apache-toree

Toree on Jupyter for Spark 2.2.0

元气小坏坏 提交于 2020-01-01 19:40:30
问题 OS X El Capitan 10.11.6 Spark 2.2.0 (local) Scala 2.11.8 I'm using Jupyter via my install of anaconda3 . My understanding is that the latest production release of Toree does not support either Spark 2.0+ or Scala 11. However I have found several references (1, 2) where you can clone incubator-toree from github and manually set the version of Spark . In my mac terminal, this is the code I've used: git clone https://github.com/apache/incubator-toree cd incubator-toree Then, the line make clean

Toree on Jupyter for Spark 2.2.0

◇◆丶佛笑我妖孽 提交于 2020-01-01 19:40:10
问题 OS X El Capitan 10.11.6 Spark 2.2.0 (local) Scala 2.11.8 I'm using Jupyter via my install of anaconda3 . My understanding is that the latest production release of Toree does not support either Spark 2.0+ or Scala 11. However I have found several references (1, 2) where you can clone incubator-toree from github and manually set the version of Spark . In my mac terminal, this is the code I've used: git clone https://github.com/apache/incubator-toree cd incubator-toree Then, the line make clean

Apache Toree and Spark Scala Not Working in Jupyter

情到浓时终转凉″ 提交于 2019-12-30 04:57:06
问题 I'm having problems running Scala Spark on Jupyter. Below is my error message when I load Apache Toree - Scala notebook in jupyter. root@ubuntu-2gb-sgp1-01:~# jupyter notebook --ip 0.0.0.0 --port 8888 [I 03:14:54.281 NotebookApp] Serving notebooks from local directory: /root [I 03:14:54.281 NotebookApp] 0 active kernels [I 03:14:54.281 NotebookApp] The Jupyter Notebook is running at: http://0.0.0.0:8888/ [I 03:14:54.281 NotebookApp] Use Control-C to stop this server and shut down all kernels

Unable to Build and Compile Toree

空扰寡人 提交于 2019-12-25 04:34:18
问题 I'm having errors when running make dev and make release and make jupyter in toree when building from master. My machine is Ubuntu 16.04 root@ubuntu-2gb-sgp1-01:/home/incubator-toree# uname -r 4.4.0-47-generic when running make release in toree root i get root@ubuntu-2gb-sgp1-01:/home/incubator-toree# make release APACHE_SPARK_VERSION=2.0.0 VERSION=0.2.0.dev1-incubating IS_SNAPSHOT=true sbt toree/assembly Unrecognized VM option 'MaxPermSize=1024M' Error: Could not create the Java Virtual

How to install Apache Toree for Spark Kernel in Jupyter in (ana)conda environment?

ぐ巨炮叔叔 提交于 2019-12-22 05:18:10
问题 I am trying to install Jupyter-support for Spark in a conda environment (which I set up using http://conda.pydata.org/docs/test-drive.html) of the anaconda distribution. I am trying to use apache toree as Jupyter Kernel for this. Here is what I did after I installed Anaconda: conda create --name jupyter python=3 source activate jupyter conda install jupyter pip install --pre toree jupyter toree install Everything worked fine until I reached the last line. There I get PermissionError: [Errno

Work with Jupyter on Windows and Apache Toree Kernel for Spark compatibility

别说谁变了你拦得住时间么 提交于 2019-12-20 12:40:10
问题 I´m trying to install Apache Toree kernel for spark compatibility and I´m running into a strange environmental message. This is the process I followed: Install last Anaconda Version with Jupyter 4.1.0 Run: pip install --pre toree Run: jupyter toree install --interpreters=PySpark,SparkR,Scala,SQL Only really interested in Scala Kernel, but I installed all interpreters. The OS is windows 7 and there is no choice to use virtual machines or linux. This is the kernel.json file that I modified to

Problems to use the EclairJS Server

て烟熏妆下的殇ゞ 提交于 2019-12-11 05:24:36
问题 I tried to use EclairJS Server following the instructions available here: https://github.com/EclairJS/eclairjs/tree/master/server after executing: mvn package got the following error: Tests run: 293, Failures: 8, Errors: 9, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:51 min [INFO] Finished at: 2018-04-10T07:13:41+00:00 [INFO]

How to install Apache Toree for Spark Kernel in Jupyter in (ana)conda environment?

China☆狼群 提交于 2019-12-05 08:17:19
I am trying to install Jupyter -support for Spark in a conda environment (which I set up using http://conda.pydata.org/docs/test-drive.html ) of the anaconda distribution . I am trying to use apache toree as Jupyter Kernel for this. Here is what I did after I installed Anaconda: conda create --name jupyter python=3 source activate jupyter conda install jupyter pip install --pre toree jupyter toree install Everything worked fine until I reached the last line. There I get PermissionError: [Errno 13] Permission denied: '/usr/local/share/jupyter' Which begs the question: Why is it even looking in

Toree on Jupyter for Spark 2.2.0

让人想犯罪 __ 提交于 2019-12-04 20:21:00
OS X El Capitan 10.11.6 Spark 2.2.0 (local) Scala 2.11.8 I'm using Jupyter via my install of anaconda3 . My understanding is that the latest production release of Toree does not support either Spark 2.0+ or Scala 11. However I have found several references ( 1 , 2 ) where you can clone incubator-toree from github and manually set the version of Spark . In my mac terminal, this is the code I've used: git clone https://github.com/apache/incubator-toree cd incubator-toree Then, the line make clean release APACHE_SPARK_VERSION=2.2.0 gives me the following error: rm -r dist rm: dist: No such file

Apache Toree and Spark Scala Not Working in Jupyter

主宰稳场 提交于 2019-11-30 14:59:20
I'm having problems running Scala Spark on Jupyter. Below is my error message when I load Apache Toree - Scala notebook in jupyter. root@ubuntu-2gb-sgp1-01:~# jupyter notebook --ip 0.0.0.0 --port 8888 [I 03:14:54.281 NotebookApp] Serving notebooks from local directory: /root [I 03:14:54.281 NotebookApp] 0 active kernels [I 03:14:54.281 NotebookApp] The Jupyter Notebook is running at: http://0.0.0.0:8888/ [I 03:14:54.281 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [W 03:14:54.282 NotebookApp] No web browser found: could not locate