aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add JavaAPICompletenessChecker.Josh Rosen2013-07-226-1/+434
* Fix a test that was using an outdated config settingMatei Zaharia2013-07-221-3/+3
* Merge pull request #716 from c0s/webui-portMatei Zaharia2013-07-213-6/+7
|\
| * Regression: default webui-port can't be set via command line "--webui-port" a...Konstantin Boudnik2013-07-193-6/+7
|/
* Merge pull request #711 from shivaram/ml-generatorsMatei Zaharia2013-07-192-39/+75
|\
| * Rename classes to be called DataGeneratorShivaram Venkataraman2013-07-182-3/+2
| * Refactor data generators to have a function that can be used in tests.Shivaram Venkataraman2013-07-182-34/+71
| * Move ML lib data generator files to util/Shivaram Venkataraman2013-07-172-2/+2
* | Merge pull request #717 from viirya/dev1Matei Zaharia2013-07-194-3/+14
|\ \
| * | also exclude asm for hadoop2. hadoop1 looks like no need to do that too.Liang-Chi Hsieh2013-07-201-2/+2
| * | fix typo.Liang-Chi Hsieh2013-07-202-2/+2
| * | A better fix for giving local jars unde Yarn mode.Liang-Chi Hsieh2013-07-193-10/+13
| * | Do not copy local jars given to SparkContext in yarn mode since the Context i...Liang-Chi Hsieh2013-07-191-3/+11
|/ /
* | Merge pull request #710 from shivaram/ml-updatesMatei Zaharia2013-07-186-49/+130
|\ \
| * | Return Array[Double] from SGD instead of DoubleMatrixShivaram Venkataraman2013-07-172-6/+4
| * | Change weights to be Array[Double] in LR model.Shivaram Venkataraman2013-07-173-11/+15
| * | Rename loss -> stochasticLoss and add a note to explain why we haveShivaram Venkataraman2013-07-173-8/+13
| * | Allow initial weight vectors in LogisticRegression.Shivaram Venkataraman2013-07-175-32/+106
| |/
* | Merge pull request #714 from adatao/masterMatei Zaharia2013-07-181-1/+1
|\ \
| * | [BUGFIX] Fix for sbt/sbt script SPARK_HOME settingctn2013-07-171-1/+1
| * | Merge remote-tracking branch 'upstream/master'ctn2013-07-17526-1305/+14092
| |\|
| * | Merge pull request #666 from c0s/masterMatei Zaharia2013-07-041-0/+5
| |\ \
* | \ \ Merge pull request #715 from viirya/dev1Matei Zaharia2013-07-181-4/+4
|\ \ \ \
| * | | | fix a bug in build process that pulls in two versionf of ASM.Liang-Chi Hsieh2013-07-191-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #712 from stayhf/SPARK-817Matei Zaharia2013-07-1710-10/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Consistently invoke bash with /usr/bin/env bash in scripts to make code more ...Ubuntu2013-07-1810-10/+13
|/ / /
* | | 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
* | | | Merge remote-tracking branch 'origin/pr/704'Matei Zaharia2013-07-162-3/+23
|\ \ \ \
| * | | | adding files generated from make-distribution.sh to .gitignoreseanm2013-07-151-0/+2
| * | | | dding tgz option to make-distribution.shseanm2013-07-151-3/+21
* | | | | Some missing license headersMatei Zaharia2013-07-162-0/+34
* | | | | Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-16488-59/+8448
* | | | | Update to latest Scala Maven plugin and allow Zinc external compilerMatei Zaharia2013-07-161-1/+3
* | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-168-29/+93
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #705 from rxin/errormessagesMatei Zaharia2013-07-152-0/+15
| |\ \ \ \
| | * | | | Throw a more meaningful message when runJob is called to launch tasks on non-...Reynold Xin2013-07-152-0/+15
| |/ / / /
| * | | | Merge pull request #703 from karenfeng/ui-802Matei Zaharia2013-07-151-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Removed job UI column, linked description to job UIKaren Feng2013-07-151-4/+3
| | * | | Removed log message, added field in master UI to link to log UIKaren Feng2013-07-151-1/+0
| | * | | Merge branch 'ui-802' of https://github.com/karenfeng/spark into ui-802Karen Feng2013-07-151-0/+1
| | |\ \ \
| | | * | | Links to job UI from standalone deploy cluster web UI: fixes SPARK-802Karen Feng2013-07-151-0/+1
| | * | | | Added field to master UI with link to job UIKaren Feng2013-07-151-2/+5
| |/ / / /
| * | | | Merge pull request #702 from karenfeng/ui-fixesMatei Zaharia2013-07-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Adds app name in HTML page titles on job web UI: fixes SPARK-806Karen Feng2013-07-151-1/+1
| |/ / /
| * | | Shuffle ratings in a more efficient way at start of ALSMatei Zaharia2013-07-151-4/+14
| * | | Add an option to disable reference tracking in KryoMatei Zaharia2013-07-152-1/+15
| * | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-151-18/+40
| |\ \ \
| | * \ \ Merge pull request #689 from BlackNiuza/application_statusMatei Zaharia2013-07-141-18/+40
| | |\ \ \
| | | * | | add spaces before curly braces and after for if conditionsBlackNiuza2013-07-141-8/+8