Github user rawkintrevo commented on the issue:

    https://github.com/apache/zeppelin/pull/928
  
    @bzz and @Leemoonsoo 
    
    A big part of the refactor was introducing no new dependencies- instead 
loading from maven or MAHOUT_HOME at interpretter start up via dependency 
resolver.
    
    This was done to get around version mismatches.
    
    Here is output from `mvn dependency:tree`  I'm not super familiar, so I'm 
not 100% sure there are nothing new, but I am like 97% sure. 
    ```
    [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ zeppelin-mahout 
---
    [INFO] org.apache.zeppelin:zeppelin-mahout:jar:0.6.0-SNAPSHOT
    [INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
    [INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
    [INFO] |  \- log4j:log4j:jar:1.2.17:compile
    [INFO] +- 
org.apache.zeppelin:zeppelin-interpreter:jar:0.6.0-SNAPSHOT:provided
    [INFO] +- org.apache.zeppelin:zeppelin-spark:jar:0.6.0-SNAPSHOT:compile
    [INFO] +- 
org.apache.zeppelin:zeppelin-spark-dependencies:jar:0.6.0-SNAPSHOT:compile
    [INFO] +- com.google.code.gson:gson:jar:2.2:compile
    [INFO] +- org.datanucleus:datanucleus-core:jar:3.2.10:compile
    [INFO] +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:compile
    [INFO] +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:compile
    [INFO] +- org.scala-lang:scala-library:jar:2.10.4:compile
    [INFO] +- org.scala-lang:scala-compiler:jar:2.10.4:compile
    [INFO] +- org.scala-lang:scala-reflect:jar:2.10.4:compile
    [INFO] \- junit:junit:jar:4.11:test
    [INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:test
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to