aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set SCALA_VERSION to 2.9.1 (from 2.9.1.final) to match expectation of SBT 0.11.0Ismael Juma2011-09-261-1/+1
* Include "spark-" prefix in project name (used when artifact is published).Ismael Juma2011-09-261-18/+26
* Upgrade compress-lzf to 0.8.4.Ismael Juma2011-09-261-1/+1
* Upgrade Jetty to 8.0.1.Ismael Juma2011-09-261-1/+1
* Use scalatest and scalacheck compiled against Scala 2.9.1.Ismael Juma2011-09-261-2/+2
* Use new layout for plugins definitions (recommended for SBT 0.11)Ismael Juma2011-09-262-0/+0
* Upgrade to SBT 0.11.0.Ismael Juma2011-09-264-13/+8
* Merge pull request #82 from ijuma/scala-2.9.1Matei Zaharia2011-08-313-4/+4
|\
| * Upgrade to Scala 2.9.1.Ismael Juma2011-08-313-4/+4
|/
* Added a jarOfObject method to get the JAR of the class that an objectMatei Zaharia2011-08-291-5/+7
* Removed a debugging lineMatei Zaharia2011-08-291-1/+0
* Added a convenience method for getting the JAR file that loaded a classMatei Zaharia2011-08-291-0/+18
* Only include JAR files in lib in the unmanaged classpath.Matei Zaharia2011-08-291-1/+1
* Use the new SBT 0.10 assembly plugin instead of the DepJar code we had.Matei Zaharia2011-08-293-112/+6
* Made a log message slightly less uglyMatei Zaharia2011-08-271-1/+1
* New mesos.jarMatei Zaharia2011-08-101-0/+0
* Minor fix: can use >= when checking memoryMatei Zaharia2011-08-021-1/+1
* Merge pull request #77 from ijuma/issue69Matei Zaharia2011-08-021-1/+1
|\
| * Fix issue #69: Enable -optimize in the buildIsmael Juma2011-08-021-1/+1
* | Merge pull request #76 from ijuma/deprecations-scala-2.9Matei Zaharia2011-08-0235-100/+68
|\|
| * Add note about why we can't enable -deprecation switch.Ismael Juma2011-08-021-1/+1
| * Use process instead of main as the latter is deprecated.Ismael Juma2011-08-021-1/+1
| * Use scala.math instead of Math as the latter is deprecated.Ismael Juma2011-08-021-1/+1
| * Change currentThread to Thread.currentThread as the former is deprecated.Ismael Juma2011-08-025-7/+7
| * Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-0230-90/+58
|/
* Merge branch 'scala-2.9'Matei Zaharia2011-08-012-2/+3
|\
| * Merge pull request #75 from ijuma/scala-2.9Matei Zaharia2011-08-012-2/+3
| |\
| | * Add publishTo configuration that publishes to target directory.Ismael Juma2011-07-311-0/+1
| | * Add type annotation to result of depJarSettings to workaround scalac bug.Ismael Juma2011-07-311-2/+2
| |/
* | Merge branch 'scala-2.9'Matei Zaharia2011-08-0133-2637/+3058
|\|
| * sbt 0.10.1 calls `update` automatically so remove it from the documentation.Ismael Juma2011-07-211-1/+1
| * Add and configure junit_xml_listener as a replacement for XmlTestReport.Ismael Juma2011-07-212-25/+8
| * Introduce DepJarPlugin based on AssemblyPlugin and use it in SparkBuild.Ismael Juma2011-07-183-36/+116
| * Update sbt-idea to non-snapshot version and uncomment sbt-assembly dependency.Ismael Juma2011-07-181-5/+4
| * Update test dependencies.Ismael Juma2011-07-181-2/+2
| * Fix copy & paste error in version.Ismael Juma2011-07-181-1/+1
| * Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-158-132/+127
| * Merge branch 'master' into scala-2.9Matei Zaharia2011-07-142-2/+2
| |\
| * \ Merge branch 'master' into scala-2.90.3-scala-2.9Matei Zaharia2011-07-141-1/+1
| |\ \
| * \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-142-0/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-146-47/+48
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-0/+170
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1411-276/+115
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-143-8/+77
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-137-93/+162
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-132-10/+49
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1112-313/+516
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Support for non-filesystem-based Hadoop data sourcesMatei Zaharia2011-07-062-24/+32
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-06-271-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \