aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #762 from shivaram/sgd-cleanupEvan Sparks2013-08-1122-417/+901
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix GLM code review comments and move java testsShivaram Venkataraman2013-08-104-6/+2
| * | | | | | | Add setters for optimizer, gradient in SGD.Shivaram Venkataraman2013-08-083-9/+20
| * | | | | | | Merge branch 'master' of git://github.com/mesos/spark into sgd-cleanupShivaram Venkataraman2013-08-0669-480/+1530
| |\ \ \ \ \ \ \
| * | | | | | | | Refactor GLM algorithms and add Java testsShivaram Venkataraman2013-08-0622-170/+626
| * | | | | | | | Move implicit arg to constructor for Java access.Shivaram Venkataraman2013-08-031-4/+7
| * | | | | | | | Refactor optimizers and create GLMsShivaram Venkataraman2013-08-0210-286/+320
| * | | | | | | | Refactor SGD options into a new class.Shivaram Venkataraman2013-07-318-159/+143
* | | | | | | | | Merge pull request #804 from apivovarov/mastershivaram2013-08-113-0/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profileAlexander Pivovarov2013-08-103-0/+6
|/ / / / / / / /
* | | | | | | | Add a sample data file for PageRankMatei Zaharia2013-08-101-0/+6
* | | | | | | | Optimize Scala PageRank to use reduceByKeyMatei Zaharia2013-08-101-8/+4
* | | | | | | | Merge pull request #789 from MLnick/masterMatei Zaharia2013-08-101-0/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Style changes as per Matei's commentsNick Pentreath2013-08-081-9/+8
| * | | | | | | | Adding Scala version of PageRank exampleNick Pentreath2013-08-071-0/+51
* | | | | | | | | Merge pull request #795 from mridulm/masterMatei Zaharia2013-08-102-7/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change line sizeMridul Muralidharan2013-08-081-5/+9
| * | | | | | | | | Attempt to fix bug reported in PR 791 : a race condition in ConnectionManager...Mridul Muralidharan2013-08-082-7/+38
* | | | | | | | | | Merge remote-tracking branch 'origin/pr/792'Matei Zaharia2013-08-1010-259/+279
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Shortened names, as per Matei's suggestionKay Ousterhout2013-08-102-14/+13
| * | | | | | | | | | Only print event queue full error message onceKay Ousterhout2013-08-091-1/+3
| * | | | | | | | | | Style fix: removing unnecessary return typeKay Ousterhout2013-08-091-6/+6
| * | | | | | | | | | Style fixes based on code reviewKay Ousterhout2013-08-093-132/+110
| * | | | | | | | | | Refactored SparkListener to process all events asynchronously.Kay Ousterhout2013-08-099-165/+196
| * | | | | | | | | | Fixed 3 bugs that caused UI to crash (including SPARK-810).Kay Ousterhout2013-08-072-169/+191
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #785 from anfeng/masterPatrick Wendell2013-08-101-0/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reformat registerFileSystemStat()anfeng2013-08-061-1/+3
| * | | | | | | | | | expose HDFS file system stats via Executor metricsanfeng2013-08-061-0/+23
* | | | | | | | | | | Merge pull request #800 from dlyubimov/HBASE_VERSIONMatei Zaharia2013-08-091-1/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fewer wordsDmitriy Lyubimov2013-08-091-1/+1
| * | | | | | | | | | | Pull HBASE_VERSION in the head of sbt buildDmitriy Lyubimov2013-08-091-1/+4
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-0911-31/+471
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove Java-specific constructor for Rating.Shivaram Venkataraman2013-08-084-15/+6
| * | | | | | | | | | Add a test case for random initialization.Shivaram Venkataraman2013-08-062-2/+13
| * | | | | | | | | | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-0611-28/+466
* | | | | | | | | | | Merge pull request #799 from woggle/sync-fixMatei Zaharia2013-08-091-9/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove extra synchronization in ResultTaskCharles Reiss2013-08-091-9/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #775 from pwendell/print-launch-commandPatrick Wendell2013-08-093-5/+26
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Using quotes when printing out commandPatrick Wendell2013-08-091-1/+2
| * | | | | | | | | Make output formatting consistent between bash/scalaPatrick Wendell2013-08-032-3/+2
| * | | | | | | | | Log the launch command for Spark executorsPatrick Wendell2013-08-031-3/+13
| * | | | | | | | | Log the launch command for Spark daemonsPatrick Wendell2013-08-022-2/+13
* | | | | | | | | | Merge pull request #788 from shane-huang/sparkjavaoptsMatei Zaharia2013-08-092-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add comment in spark-env.sh.template for SPARK_JAVA_OPTSshane-huang2013-08-091-0/+5
| * | | | | | | | | | For standalone mode, add worker local env setting of SPARK_JAVA_OPTS as defau...shane-huang2013-08-071-1/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Optimize JavaPageRank to use reduceByKey instead of groupByKeyMatei Zaharia2013-08-081-9/+8
* | | | | | | | | | Fixed a typo in mllib inline documentation.Reynold Xin2013-08-081-1/+1
* | | | | | | | | | Merge pull request #797 from mateiz/chill-0.3.1Matei Zaharia2013-08-084-7/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add test for Kryo with WrappedArray (which was failing in Chill 0.3.0)Matei Zaharia2013-08-081-1/+13
| * | | | | | | | | | Update to Chill 0.3.1Matei Zaharia2013-08-083-6/+6
|/ / / / / / / / / /