You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2017/02/15 18:04:10 UTC

[2/4] incubator-toree git commit: User proper pip package name during system-test

User proper pip package name during system-test


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

Branch: refs/heads/0.1.x
Commit: d424016a3d6e89b936377e59debc4a6a22f34a78
Parents: 3afcc6b
Author: Gino Bustelo <lb...@apache.org>
Authored: Mon Oct 17 09:53:07 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Wed Feb 15 11:59:26 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/d424016a/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 7f486b6..46930ec 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ system-test: pip-release
 		--user=root \
 		$(IMAGE) \
 		bash -c "(cd /srv/system-test-resources && python -m http.server 8000 &) && \
-		pip install /srv/toree-pip/toree*.tar.gz && jupyter toree install --interpreters=PySpark,Scala && \
+		pip install /srv/toree-pip/apache-toree*.tar.gz && jupyter toree install --interpreters=PySpark,Scala && \
 		pip install nose jupyter_kernel_test && python /srv/test_toree.py"
 
 ################################################################################