aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-10-03 12:00:36 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-10-03 12:00:48 -0700
commit232765f7b26d933caa14e0e1bc0e4937dae90523 (patch)
tree5ff8a6d95fe043d2a512d2060278fc95b02def18 /conf
parent405e69bb205f29010f8f01acfa2ee84e9251c1d5 (diff)
parent9fd6bba60d908c1c176e3bbd34add1853ecc1d8d (diff)
downloadspark-232765f7b26d933caa14e0e1bc0e4937dae90523.tar.gz
spark-232765f7b26d933caa14e0e1bc0e4937dae90523.tar.bz2
spark-232765f7b26d933caa14e0e1bc0e4937dae90523.zip
Merge pull request #26 from Du-Li/master
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.
Diffstat (limited to 'conf')
0 files changed, 0 insertions, 0 deletions