aboutsummaryrefslogtreecommitdiff
path: root/project/SparkBuild.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-091-1/+1
| |\ \ | | |/ | |/|
| | * Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-061-1/+1
| * | Update to Chill 0.3.1Matei Zaharia2013-08-081-2/+2
| |/
* | Merged graphx from @rxin into masterJoseph E. Gonzalez2013-08-061-1/+5
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:mesos/spark into graphReynold Xin2013-06-291-7/+24
| |\
| * \ Merge branch 'master' of github.com:mesos/spark into graphReynold Xin2013-06-011-2/+3
| |\ \
| * \ \ Merge branch 'master' of github.com:mesos/spark into graphReynold Xin2013-05-021-22/+66
| |\ \ \
| * | | | Code to run bagel vs graph experiments.Reynold Xin2013-04-071-1/+1
| * | | | Merge branch 'master' of github.com:mesos/spark into graphReynold Xin2013-04-011-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into graphReynold Xin2013-03-181-9/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into graphReynold Xin2013-02-191-1/+2
| |\ \ \ \ \ \
| * | | | | | | Maven and sbt build changes for SparkGraph.Reynold Xin2013-02-191-1/+5
* | | | | | | | Revert Mesos version to 0.9 since the 0.12 artifact has target Java 7Matei Zaharia2013-08-011-1/+1
* | | | | | | | Merge pull request #753 from shivaram/glm-refactorMatei Zaharia2013-07-311-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add mllib, bagel to repl dependenciesShivaram Venkataraman2013-07-301-3/+3
| * | | | | | | | Add bagel, mllib to SBT assembly.Shivaram Venkataraman2013-07-301-2/+4
* | | | | | | | | Merge pull request #749 from benh/spark-executor-uriMatei Zaharia2013-07-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-291-1/+1
| |/ / / / / / / /
* | | | | | | | | Exclude older version of Snappy in streaming and examples.Reynold Xin2013-07-301-1/+3
* | | | | | | | | Merge branch 'lazy_file_open' of github.com:lyogavin/spark into compressionReynold Xin2013-07-301-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix dependenciesGavin Li2013-07-031-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | refactor Kryo serializer support to use chill/chill-javaryanlecompte2013-07-241-2/+3
* | | | | | | | Fix some typosjerryshao2013-07-241-1/+1
* | | | | | | | Add dependency of Codahale's metrics libraryjerryshao2013-07-241-0/+2
* | | | | | | | Add JavaAPICompletenessChecker.Josh Rosen2013-07-221-1/+7
* | | | | | | | also exclude asm for hadoop2. hadoop1 looks like no need to do that too.Liang-Chi Hsieh2013-07-201-2/+2
* | | | | | | | fix a bug in build process that pulls in two versionf of ASM.Liang-Chi Hsieh2013-07-191-4/+4
* | | | | | | | Merge pull request #708 from ScrapCodes/dependencies-upgradeMatei Zaharia2013-07-161-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Dependency upgrade Akka 2.0.3 -> 2.0.5Prashant Sharma2013-07-161-4/+4
* | | | | | | | | Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+16
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | changing com.google.code.findbugs maven coordinatesseanm2013-07-131-1/+1
* | | | | | | | | Merge remote-tracking branch 'origin/pr/662'Matei Zaharia2013-07-131-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into 2013-06/assembly-jar-deployEvan Chan2013-06-281-1/+1
| |\| | | | | | |
| * | | | | | | | Merge branch 'master' into 2013-06/assembly-jar-deployEvan Chan2013-06-251-6/+23
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Enable building a fat jar for the Spark REPLEvan Chan2013-06-201-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #668 from shimingfei/guava-14.0.1Matei Zaharia2013-07-061-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update guava version from 11.0.1 to 14.0.1Mingfei2013-07-031-1/+2
* | | | | | | | | | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-5/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Changing JSON protocol and removing spray codePatrick Wendell2013-06-221-5/+2
* | | | | | | | | | | Renamed ML package to MLlib and added it to classpathMatei Zaharia2013-07-051-4/+4
* | | | | | | | | | | Removed dependency on Apache Commons MathMatei Zaharia2013-07-051-2/+1
* | | | | | | | | | | Minor clean up of the RidgeRegression code. I am not even sure why I didReynold Xin2013-07-051-1/+1
* | | | | | | | | | | Import RidgeRegression exampleMatei Zaharia2013-07-051-1/+11
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Remove Twitter4J specific repo since it's in Maven centralMatei Zaharia2013-06-291-2/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Don't use forward slash in exclusion for JAR signature filesMatei Zaharia2013-06-251-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' into streamingTathagata Das2013-06-241-31/+92
|\| | | | | | |
| * | | | | | | Increase memory for tests to prevent a crash on JDK 7Matei Zaharia2013-06-221-1/+1
| * | | | | | | Fix some dependency issues in SBT build (same will be needed for Maven):Matei Zaharia2013-06-201-5/+5
| * | | | | | | Update ASM to version 4.0Matei Zaharia2013-06-191-1/+1