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/05/06 16:42:48 UTC

[3/4] incubator-toree git commit: Update jar dir location to toree from spark_kernel

Update jar dir location to toree from spark_kernel


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

Branch: refs/heads/master
Commit: f17b4ee77e0de5b02d6b85dc1ee9cc8d47298313
Parents: ddfa902
Author: Michael Poplavski <mi...@gmail.com>
Authored: Wed May 4 14:59:52 2016 -0500
Committer: Michael Poplavski <mi...@gmail.com>
Committed: Wed May 4 15:02:13 2016 -0500

----------------------------------------------------------------------
 kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/f17b4ee7/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
----------------------------------------------------------------------
diff --git a/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala b/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
index 125ee0a..a8bf14b 100644
--- a/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
+++ b/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
@@ -37,7 +37,7 @@ object AddJar {
         if(config.hasPath("jar_dir") && Files.exists(Paths.get(config.getString("jar_dir")))) {
           config.getString("jar_dir")
         } else {
-          Files.createTempDirectory("spark_kernel_add_jars").toFile.getAbsolutePath
+          Files.createTempDirectory("toree_add_jars").toFile.getAbsolutePath
         }
       )
       jarDir.get