aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #813 from AndreSchumacher/add_files_pysparkMatei Zaharia2013-08-121-1/+6
|\
| * Implementing SPARK-865: Add the equivalent of ADD_JARS to PySparkAndre Schumacher2013-08-121-1/+6
* | Merge pull request #812 from shivaram/maven-mllib-testsMatei Zaharia2013-08-126-7/+32
|\ \
| * | Create SparkContext in beforeAll for MLLib testsShivaram Venkataraman2013-08-116-7/+32
* | | Merge pull request #807 from JoshRosen/guava-optionalMatei Zaharia2013-08-127-37/+108
|\ \ \
| * | | Fix import organization.Josh Rosen2013-08-121-2/+1
| * | | Change scala.Option to Guava Optional in Java APIs.Josh Rosen2013-08-117-37/+109
* | | | Merge pull request #809 from shivaram/sgd-cleanupEvan Sparks2013-08-1219-61/+173
|\ \ \ \
| * | | | Add ML Lib scaladoc to API dropdownShivaram Venkataraman2013-08-111-0/+1
| * | | | Clean up scaladoc in ML Lib.Shivaram Venkataraman2013-08-1118-61/+172
* | | | | Merge pull request #806 from apivovarov/yarn-205Matei Zaharia2013-08-121-1/+1
|\ \ \ \ \
| * | | | | Changed yarn.version to 2.0.5 in pom.xmlAlexander Pivovarov2013-08-101-1/+1
* | | | | | Merge pull request #810 from pwendell/dead_doc_codeReynold Xin2013-08-111-41/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Removing dead docsPatrick Wendell2013-08-111-41/+0
|/ / / / /
* | | | | Merge pull request #808 from pwendell/ui_compressed_bytesReynold Xin2013-08-111-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Report compressed bytes read when calculating TaskMetricsPatrick Wendell2013-08-111-1/+2
* | | | | Merge pull request #805 from woggle/hadoop-rdd-jobconfMatei Zaharia2013-08-111-2/+2
|\ \ \ \ \
| * | | | | Use new Configuration() instead of new JobConf() for ObjectWritable.Charles Reiss2013-08-101-2/+2
* | | | | | 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
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |