You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lb...@apache.org on 2016/04/29 22:48:45 UTC

incubator-toree git commit: [skip ci] Fixed wrong name of pip package used in Processing ./toree-0.1.0.dev7.tar.gz Requirement already satisfied (use --upgrade to upgrade): jupyter-core<5.0, >=4.0 in /opt/conda/lib/python3.5/site-packages (from toree==0.1

Repository: incubator-toree
Updated Branches:
  refs/heads/master 8c12e4d7b -> 19d96523a


[skip ci] Fixed wrong name of pip package used in Processing ./toree-0.1.0.dev7.tar.gz
Requirement already satisfied (use --upgrade to upgrade): jupyter-core<5.0,>=4.0 in /opt/conda/lib/python3.5/site-packages (from toree==0.1.0.dev7)
Requirement already satisfied (use --upgrade to upgrade): jupyter-client<5.0,>=4.0 in /opt/conda/lib/python3.5/site-packages (from toree==0.1.0.dev7)
Requirement already satisfied (use --upgrade to upgrade): traitlets<5.0,>=4.0 in /opt/conda/lib/python3.5/site-packages (from toree==0.1.0.dev7)
Building wheels for collected packages: toree
  Running setup.py bdist_wheel for toree ... [?25l- \ done
[?25h  Stored in directory: /root/.cache/pip/wheels/c6/2c/e6/f768df1ac4ec99ce35ddde6fa31620aae3bdd59388c3d71b9a
Successfully built toree
Installing collected packages: toree
Successfully installed toree-0.1.0.dev7
[ToreeInstall] Installing Apache Toree version 0.1.0.dev7
[ToreeInstall]
Apache Toree is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.

Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.

While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

Additionally, this release is not fully compliant with Apache release policy
and includes a runtime dependency that is licensed as LGPL v3 (plus a static
linking exception). This package is currently under an effort to re-license
(https://github.com/zeromq/jeromq/issues/327).
[ToreeInstall] Creating kernel PySpark
[ToreeInstall] Installed kernelspec apache_toree_pyspark in /usr/local/share/jupyter/kernels/apache_toree_pyspark
[ToreeInstall] Creating kernel SQL
[ToreeInstall] Installed kernelspec apache_toree_sql in /usr/local/share/jupyter/kernels/apache_toree_sql
[ToreeInstall] Creating kernel Scala
[ToreeInstall] Installed kernelspec apache_toree_scala in /usr/local/share/jupyter/kernels/apache_toree_scala
[ToreeInstall] Creating kernel SparkR
[ToreeInstall] Installed kernelspec apache_toree_sparkr in /usr/local/share/jupyter/kernels/apache_toree_sparkr
[W 20:47:50.813 NotebookApp](B Unrecognized JSON config file version, assuming version 1
[I 20:47:50.823 NotebookApp](B Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[W 20:47:50.887 NotebookApp](B WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[W 20:47:50.888 NotebookApp](B WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended.
[I 20:47:50.897 NotebookApp](B Loading urth_import server extension.
[I 20:47:50.898 NotebookApp](B Serving notebooks from local directory: /srv/toree/etc/examples/notebooks
[I 20:47:50.898 NotebookApp](B 0 active kernels
[I 20:47:50.899 NotebookApp](B The Jupyter Notebook is running at: http://[all ip addresses on your system]:8888/
[I 20:47:50.899 NotebookApp](B Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
^C[I 20:48:13.780 NotebookApp](B interrupted
Serving notebooks from local directory: /srv/toree/etc/examples/notebooks
0 active kernels
The Jupyter Notebook is running at: http://[all ip addresses on your system]:8888/
Shutdown this notebook server (y/[n])? ^C[C 20:48:13.971 NotebookApp] received signal 2, stopping
[I 20:48:13.972 NotebookApp](B Shutting down kernels


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/19d96523
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/19d96523
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/19d96523

Branch: refs/heads/master
Commit: 19d96523a248336edff044371bebc406962a7bc3
Parents: 8c12e4d
Author: Gino Bustelo <lb...@apache.org>
Authored: Fri Apr 29 15:48:14 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Fri Apr 29 15:48:14 2016 -0500

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/19d96523/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index a95b44b..6856795 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ dist/toree: dist/toree/VERSION dist/toree-legal dist/toree/lib dist/toree/bin RE
 dist: dist/toree
 
 define JUPYTER_COMMAND
-pip install toree-$(VERSION).tar.gz
+pip install toree-$(BASE_VERSION).tar.gz
 jupyter toree install --interpreters=PySpark,SQL,Scala,SparkR
 cd /srv/toree/etc/examples/notebooks
 jupyter notebook --ip=* --no-browser