Skip to content
Snippets Groups Projects
  • Sean Owen's avatar
    1fa48d94
    SPARK-1325. The maven build error for Spark Tools · 1fa48d94
    Sean Owen authored
    This is just a slight variation on https://github.com/apache/spark/pull/234 and alternative suggestion for SPARK-1325. `scala-actors` is not necessary. `SparkBuild.scala` should be updated to reflect the direct dependency on `scala-reflect` and `scala-compiler`. And the `repl` build, which has the same dependencies, should also be consistent between Maven / SBT.
    
    Author: Sean Owen <sowen@cloudera.com>
    Author: witgo <witgo@qq.com>
    
    Closes #240 from srowen/SPARK-1325 and squashes the following commits:
    
    25bd7db [Sean Owen] Add necessary dependencies scala-reflect and scala-compiler to tools. Update repl dependencies, which are similar, to be consistent between Maven / SBT in this regard too.
    1fa48d94
    History
    SPARK-1325. The maven build error for Spark Tools
    Sean Owen authored
    This is just a slight variation on https://github.com/apache/spark/pull/234 and alternative suggestion for SPARK-1325. `scala-actors` is not necessary. `SparkBuild.scala` should be updated to reflect the direct dependency on `scala-reflect` and `scala-compiler`. And the `repl` build, which has the same dependencies, should also be consistent between Maven / SBT.
    
    Author: Sean Owen <sowen@cloudera.com>
    Author: witgo <witgo@qq.com>
    
    Closes #240 from srowen/SPARK-1325 and squashes the following commits:
    
    25bd7db [Sean Owen] Add necessary dependencies scala-reflect and scala-compiler to tools. Update repl dependencies, which are similar, to be consistent between Maven / SBT in this regard too.