[jira] [Commented] (TOREE-431) Toree build fails with Spark 2.2.0

2017-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122218#comment-16122218
 ] 

ASF GitHub Bot commented on TOREE-431:
--

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-toree/pull/131


> Toree build fails with Spark 2.2.0
> --
>
> Key: TOREE-431
> URL: https://issues.apache.org/jira/browse/TOREE-431
> Project: TOREE
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 0.2.0
>Reporter: Luciano Resende
>Assignee: Luciano Resende
> Fix For: 0.2.0
>
>
> Build steps:
> APACHE_SPARK_VERSION=2.2.0 make clean dist
> Build issue:
> [info] Compiling 1 Scala source to 
> /Users/lresende/opensource/jupyter/incubator-toree/protocol/target/scala-2.11/classes...
> [info] Compiling 63 Scala sources to 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/target/scala-2.11/classes...
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:20:
>  object reflect is not a member of package com.google.common
> [error] import com.google.common.reflect.ClassPath
> [error]  ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:21:
>  object reflect is not a member of package com.google.common
> [error] import com.google.common.reflect.ClassPath.ClassInfo
> [error]  ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:40:
>  not found: type ClassInfo
> [error]   def getClasses(pkg: String = pkgName): List[ClassInfo] = {
> [error]   ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:46:
>  not found: value ClassPath
> [error] val classPath = ClassPath.from(this.getClass.getClassLoader)
> [error] ^
> [error] four errors found
> [error] (kernel/compile:compileIncremental) Compilation failed
> [error] Total time: 7 s, completed Aug 8, 2017 5:02:41 PM
> make: *** 
> [target/scala-2.11/toree-assembly-0.2.0.dev1-incubating-SNAPSHOT.jar] Error 1



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOREE-431) Toree build fails with Spark 2.2.0

2017-08-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16120914#comment-16120914
 ] 

ASF GitHub Bot commented on TOREE-431:
--

GitHub user lresende opened a pull request:

https://github.com/apache/incubator-toree/pull/131

[TOREE-431] Explicit add Guava dependency to kernel module



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lresende/incubator-toree toree-431

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-toree/pull/131.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #131


commit bb5f7ce2f21b1ae2d86458b7c45c3165769fde88
Author: Luciano Resende 
Date:   2017-08-10T01:13:53Z

[TOREE-431] Explicit add Guava dependency to kernel module




> Toree build fails with Spark 2.2.0
> --
>
> Key: TOREE-431
> URL: https://issues.apache.org/jira/browse/TOREE-431
> Project: TOREE
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 0.2.0
>Reporter: Luciano Resende
>Assignee: Luciano Resende
> Fix For: 0.2.0
>
>
> Build steps:
> APACHE_SPARK_VERSION=2.2.0 make clean dist
> Build issue:
> [info] Compiling 1 Scala source to 
> /Users/lresende/opensource/jupyter/incubator-toree/protocol/target/scala-2.11/classes...
> [info] Compiling 63 Scala sources to 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/target/scala-2.11/classes...
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:20:
>  object reflect is not a member of package com.google.common
> [error] import com.google.common.reflect.ClassPath
> [error]  ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:21:
>  object reflect is not a member of package com.google.common
> [error] import com.google.common.reflect.ClassPath.ClassInfo
> [error]  ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:40:
>  not found: type ClassInfo
> [error]   def getClasses(pkg: String = pkgName): List[ClassInfo] = {
> [error]   ^
> [error] 
> /Users/lresende/opensource/jupyter/incubator-toree/kernel/src/main/scala/org/apache/toree/magic/builtin/BuiltinLoader.scala:46:
>  not found: value ClassPath
> [error] val classPath = ClassPath.from(this.getClass.getClassLoader)
> [error] ^
> [error] four errors found
> [error] (kernel/compile:compileIncremental) Compilation failed
> [error] Total time: 7 s, completed Aug 8, 2017 5:02:41 PM
> make: *** 
> [target/scala-2.11/toree-assembly-0.2.0.dev1-incubating-SNAPSHOT.jar] Error 1



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)