Skip to content
  • Matei Zaharia's avatar
    a35259ae
    Merge pull request #26 from Du-Li/master · a35259ae
    Matei Zaharia authored
    
    
    fixed a wildcard bug in make-distribution.sh; ask sbt to check local
    maven repo in project/SparkBuild.scala
    
    (1) fixed a wildcard bug in make-distribution.sh:
    with the wildcard * in quotes, this cp command failed. it worked after
    moving the wildcard out quotes.
    
    (2) ask sbt to check local maven repo in SparkBuild.scala:
    To build Spark (0.9.0-SNAPSHOT) with the HEAD of mesos (0.15.0), I must
    do "make maven-install" under mesos/build, which publishes the java .jar
    file under ~/.m2. However, when building Spark (after pointing mesos to
    version 0.15.0), sbt uses ivy which by default only checks ~/.ivy2. This
    change is to tell sbt to also check ~/.m2.
    
    (cherry picked from commit 232765f7)
    Signed-off-by: default avatarReynold Xin <rxin@apache.org>
    a35259ae
    Merge pull request #26 from Du-Li/master
    Matei Zaharia authored
    
    
    fixed a wildcard bug in make-distribution.sh; ask sbt to check local
    maven repo in project/SparkBuild.scala
    
    (1) fixed a wildcard bug in make-distribution.sh:
    with the wildcard * in quotes, this cp command failed. it worked after
    moving the wildcard out quotes.
    
    (2) ask sbt to check local maven repo in SparkBuild.scala:
    To build Spark (0.9.0-SNAPSHOT) with the HEAD of mesos (0.15.0), I must
    do "make maven-install" under mesos/build, which publishes the java .jar
    file under ~/.m2. However, when building Spark (after pointing mesos to
    version 0.15.0), sbt uses ivy which by default only checks ~/.ivy2. This
    change is to tell sbt to also check ~/.m2.
    
    (cherry picked from commit 232765f7)
    Signed-off-by: default avatarReynold Xin <rxin@apache.org>
Loading