aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed repl suitePrashant Sharma2013-09-154-13/+13
|
* Few more fixes to tests broken during mergePrashant Sharma2013-09-102-53/+3
|
* Merged with masterPrashant Sharma2013-09-06778-11142/+28451
|\
| * Merge pull request #893 from ilikerps/masterPatrick Wendell2013-09-041-0/+92
| |\ | | | | | | SPARK-884: Add unit test to validate Spark JSON output
| | * Fix line over 100 charsAaron Davidson2013-09-041-2/+2
| | |
| | * Address Patrick's commentsAaron Davidson2013-09-041-8/+15
| | |
| | * SPARK-884: Add unit test to validate Spark JSON outputAaron Davidson2013-09-041-0/+85
| | | | | | | | | | | | | | | This unit test simply validates that the outputs of the JsonProtocol methods are syntactically valid JSON.
| * | Merge pull request #894 from c0s/masterMatei Zaharia2013-09-041-6/+5
| |\ \ | | | | | | | | Updating assembly README to reflect recent changes in the build.
| | * | Updating assembly README to reflect recent changes in the build.Konstantin Boudnik2013-09-041-6/+5
| |/ /
| * | Minor spacing fixPatrick Wendell2013-09-031-2/+4
| | |
| * | Merge pull request #878 from tgravescs/yarnUILinkPatrick Wendell2013-09-0317-61/+117
| |\ \ | | | | | | | | Link the Spark UI up to the Yarn UI
| | * | Update based on review comments. Change function to prependBaseUri and fix ↵Y.CORP.YAHOO.COM\tgraves2013-09-034-24/+23
| | | | | | | | | | | | | | | | formatting.
| | * | Review comment changes and update to org.apache packagingY.CORP.YAHOO.COM\tgraves2013-09-0314-50/+41
| | | |
| | * | Merge remote-tracking branch 'mesos/master' into yarnUILinkY.CORP.YAHOO.COM\tgraves2013-09-03573-2840/+4819
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/ui/UIUtils.scala core/src/main/scala/org/apache/spark/ui/jobs/PoolTable.scala core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala docs/running-on-yarn.md
| | * | fix up minor thingsY.CORP.YAHOO.COM\tgraves2013-08-303-6/+7
| | | |
| | * | Link the Spark UI to the Yarn UIY.CORP.YAHOO.COM\tgraves2013-08-3010-45/+111
| | | |
| * | | Merge pull request #889 from alig/masterMatei Zaharia2013-09-033-5/+22
| |\ \ \ | | |_|/ | |/| | Return the port the WebUI is bound to (useful if port 0 was used)
| | * | Merge branch 'master' of https://github.com/alig/sparkAli Ghodsi2013-09-032-5/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
| | | * | Sort order of imports to match project guidelinesAli Ghodsi2013-09-021-5/+5
| | | | |
| | | * | Reynold's comment fixedAli Ghodsi2013-09-021-1/+1
| | | | |
| | * | | Using configured akka timeoutsAli Ghodsi2013-09-031-3/+5
| | |/ /
| | * | Brushing the code up slightlyAli Ghodsi2013-09-022-4/+4
| | | |
| | * | Enabling getting the actual WEBUI portAli Ghodsi2013-09-023-4/+19
| | | |
| * | | Add Apache parent POMMatei Zaharia2013-09-022-0/+10
| | | |
| * | | Merge pull request #887 from mateiz/misc-fixesMatei Zaharia2013-09-0228-9/+565
| |\ \ \ | | |/ / | |/| | Miscellaneous fixes for 0.8
| | * | Updated LICENSE with third-party licensesMatei Zaharia2013-09-022-0/+213
| | | |
| | * | Add Apache incubator notice to READMEMatei Zaharia2013-09-021-0/+11
| | | |
| | * | Some doc improvementsMatei Zaharia2013-09-023-3/+13
| | | | | | | | | | | | | | | | | | | | - List higher-level projects that run on Spark - Tweak CSS
| | * | Add missing license headers found with RATMatei Zaharia2013-09-0221-6/+327
| | | |
| | * | Exclude some private modules in epydocMatei Zaharia2013-09-021-0/+1
| |/ /
| * | Merge pull request #886 from mateiz/codecMatei Zaharia2013-09-023-10/+6
| |\ \ | | | | | | | | Fix spark.io.compression.codec and change default codec to LZF
| | * | Fix testMatei Zaharia2013-09-021-1/+1
| | | |
| | * | Fix spark.io.compression.codec and change default codec to LZFMatei Zaharia2013-09-022-9/+5
| |/ /
| * | Merge pull request #885 from mateiz/win-pyMatei Zaharia2013-09-018-36/+221
| |\ \ | | | | | | | | Allow PySpark to run on Windows
| | * | Doc improvementsMatei Zaharia2013-09-013-19/+25
| | | |
| | * | Further fixes to get PySpark to work on WindowsMatei Zaharia2013-09-023-5/+90
| | | |
| | * | Allow PySpark to launch worker.py directly on WindowsMatei Zaharia2013-09-012-12/+106
| |/ /
| * | Merge pull request #884 from mateiz/win-fixesMatei Zaharia2013-09-0110-83/+148
| |\ \ | | | | | | | | Run script fixes for Windows after package & assembly change
| | * | Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-0110-83/+148
| |/ /
| * | Merge pull request #882 from mateiz/package-renameMatei Zaharia2013-09-01536-2089/+2160
| |\ \ | | | | | | | | Rename spark package to org.apache.spark
| | * | Move some classes to more appropriate packages:Matei Zaharia2013-09-01193-418/+462
| | | | | | | | | | | | | | | | | | | | | | | | * RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
| | * | More fixesMatei Zaharia2013-09-014-51/+41
| | | |
| | * | Fix some URLsMatei Zaharia2013-09-0114-16/+16
| | | |
| | * | Fix over-zealous find-and-replace in HTMLMatei Zaharia2013-09-011-1/+1
| | | |
| | * | Fix more URLs in docsMatei Zaharia2013-09-017-14/+28
| | | |
| | * | Add banner to PySpark and make wordcount output nicerMatei Zaharia2013-09-012-1/+14
| | | |
| | * | Remove shutdown hook to stop jetty; this is unnecessary for releasingMatei Zaharia2013-09-011-1/+0
| | | | | | | | | | | | | | | | ports and creates noisy log messages
| | * | Update docs for new packageMatei Zaharia2013-09-017-57/+57
| | | |
| | * | Small tweak to docs gradientMatei Zaharia2013-09-011-1/+1
| | | |
| | * | Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-01521-1777/+1788
| |/ /