aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / / / / /
* | | | | | | Merge pull request #796 from pwendell/bootstrap-designPatrick Wendell2013-08-0811-37/+45
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Reverting boostrap changePatrick Wendell2013-08-074-1863/+852
| * | | | | | Change I forgot to merge inPatrick Wendell2013-08-071-1/+1
| * | | | | | Bumping font size to 14px and fixing sytle issue in progress barsPatrick Wendell2013-08-072-2/+7
| * | | | | | Merge branch 'master' into bootstrap-designPatrick Wendell2013-08-0748-413/+1151
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #790 from kayousterhout/fix_throughputMatei Zaharia2013-08-073-17/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed issue in UI that limited scheduler throughput.Kay Ousterhout2013-08-073-17/+6
|/ / / / / /
* | | | | | Merge pull request #747 from mateiz/improved-lrMatei Zaharia2013-08-061-27/+26
|\ \ \ \ \ \
| * | | | | | Fix string parsing and style in LRMatei Zaharia2013-07-311-1/+1