aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-842. Maven assembly is including examples libs and dependenciesKonstantin Boudnik2013-07-312-19/+7
* Merge pull request #757 from BlackNiuza/result_task_generationMatei Zaharia2013-07-311-0/+2
|\
| * write and read generation in ResultTaskBlackNiuza2013-08-011-0/+2
* | Merge pull request #753 from shivaram/glm-refactorMatei Zaharia2013-07-313-2/+170
|\ \
| * | Add mllib, bagel to repl dependenciesShivaram Venkataraman2013-07-301-3/+3
| * | Add bagel, mllib to SBT assembly.Shivaram Venkataraman2013-07-303-2/+170
* | | Merge pull request #749 from benh/spark-executor-uriMatei Zaharia2013-07-316-14/+42
|\ \ \
| * | | Do not try and use 'scala' in 'run' from within a "release".Benjamin Hindman2013-07-311-1/+4
| * | | Used 'uri.split('/').last' instead of 'new File(uri).getName()'.Benjamin Hindman2013-07-312-2/+2
| * | | Format cleanup.Benjamin Hindman2013-07-301-1/+3
| * | | Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-295-13/+36
* | | | Merge pull request #759 from mateiz/split-fixshivaram2013-07-311-2/+2
|\ \ \ \
| * | | | Use the Char version of split() instead of the String one for efficiencyMatei Zaharia2013-07-311-2/+2
|/ / / /
* | | | Merge pull request #754 from rxin/compressionMatei Zaharia2013-07-3111-51/+224
|\ \ \ \
| * | | | Changed other LZF uses to use the compression codec interface.Reynold Xin2013-07-313-38/+39
| * | | | Renamed compressionOutputStream and compressionInputStream to compressedOutpu...Reynold Xin2013-07-303-10/+10
| * | | | Updated the configuration option for Snappy block size to be consistent with ...Reynold Xin2013-07-301-1/+1
| * | | | Added Snappy dependency to Maven build files.Reynold Xin2013-07-302-0/+9
| * | | | Exclude older version of Snappy in streaming and examples.Reynold Xin2013-07-301-1/+3
| * | | | Added unit test for compression codecs.Reynold Xin2013-07-301-0/+62
| * | | | Documentation update for compression codec.Reynold Xin2013-07-301-3/+18
| * | | | CompressionCodec cleanup. Moved it to spark.io package.Reynold Xin2013-07-306-70/+91
| * | | | Merge branch 'lazy_file_open' of github.com:lyogavin/spark into compressionReynold Xin2013-07-306-3/+66
| |\ \ \ \
| | * | | | fix dependenciesGavin Li2013-07-032-2/+3
| | * | | | add compression codec trait and snappy compressionGavin Li2013-07-035-3/+65
* | | | | | Merge pull request #756 from cdshines/patch-1Reynold Xin2013-07-311-4/+1
|\ \ \ \ \ \
| * | | | | | Refactored Vector.apply(length, initializer) replacing excessive code with li...Roman Tkalenko2013-07-311-4/+1
|/ / / / / /
* | | | | | Simplified nonNegativeMod to match previous versionMatei Zaharia2013-07-311-2/+2
* | | | | | Merge pull request #751 from cdshines/masterMatei Zaharia2013-07-313-31/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Eliminated code duplication, refactored to pattern-matching style Partitioner...cdshines2013-07-313-31/+17
| | |_|_|/ | |/| | |
* | | | | Merge pull request #755 from jerryshao/add-apache-headerMatei Zaharia2013-07-308-0/+136
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add Apache license header to metrics systemjerryshao2013-07-318-0/+136
|/ / / /
* | | | Merge pull request #744 from karenfeng/bootstrap-updatePatrick Wendell2013-07-302-13/+14
|\ \ \ \
| * | | | Fixed wrap styleKaren Feng2013-07-301-2/+2
| * | | | Fixed style, lowered height of progress barsKaren Feng2013-07-301-1/+1
| * | | | Removed intermediate set for activeTasks, removed progress bar marginKaren Feng2013-07-302-2/+3
| * | | | Fixed continuity of executorToTasksActive, changed color of progress barsKaren Feng2013-07-292-3/+6
| * | | | Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-294-49/+121
| |\ \ \ \
| * | | | | Added started tasks to progress barKaren Feng2013-07-291-3/+6
| * | | | | Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-292-4/+5
| |\ \ \ \ \
| * | | | | | Use Bootstrap progress bars in web UIKaren Feng2013-07-291-10/+5
* | | | | | | Merge pull request #752 from rxin/mastershivaram2013-07-308-38/+43
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Minor style cleanup of mllib.Reynold Xin2013-07-305-35/+39
| * | | | | | Use a tigher bound in logistic regression unit test's prediction validation.Reynold Xin2013-07-301-3/+4
| * | | | | | Renamed Classification.scala to ClassificationModel.scala and Regression.scal...Reynold Xin2013-07-302-0/+0
|/ / / / / /
* | | | | | Merge pull request #748 from atalwalkar/mastershivaram2013-07-301-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | made SimpleUpdater consistent with other updatersAmeet Talwalkar2013-07-291-1/+2
* | | | | | Use File.pathSeparator instead of hardcoding ':'.Josh Rosen2013-07-291-2/+2
* | | | | | Do not inherit master's PYTHONPATH on workers.Josh Rosen2013-07-292-3/+4
|/ / / / /
* | | | | Merge pull request #746 from rxin/cleanupMatei Zaharia2013-07-2922-397/+285
|\ \ \ \ \