aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Merge pull request #883 from alig/masterMatei Zaharia2013-09-011-2/+1
|\ | | | | Don't require the spark home environment variable to be set for standalone mode (change needed by SIMR)
| * Don't require spark home to be set for standalone modeAli Ghodsi2013-08-311-2/+1
| |
* | Merge pull request #881 from pwendell/masterMatei Zaharia2013-09-011-8/+31
|\ \ | | | | | | Extend QuickStart to include next steps
| * | Add assmebly plug in linksPatrick Wendell2013-09-011-6/+9
| | |
| * | Better docsPatrick Wendell2013-08-311-8/+28
|/ /
* | Merge pull request #880 from mateiz/ui-tweaksMatei Zaharia2013-08-3122-181/+984
|\ \ | | | | | | Various UI tweaks
| * | Small tweakMatei Zaharia2013-08-311-1/+1
| | |
| * | Print output from spark-daemon only when it fails to launchMatei Zaharia2013-08-315-9/+15
| | |
| * | Various web UI improvements:Matei Zaharia2013-08-3116-164/+971
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Use "fluid" layout that can expand to wide browser windows, instead of the old one's limit of 1200 px - Remove unnecessary <hr> elements - Switch back to Bootstrap's default theme and tweak progress bar colors - Make headers more consistent between deploy and app UIs - Replace some inline CSS with stylesheets
| * | Delete some code that was added back in a merge and print less info inMatei Zaharia2013-08-312-10/+0
| |/ | | | | | | spark-daemon
* | Small fixes to READMEMatei Zaharia2013-08-311-26/+16
| |
* | Merge pull request #877 from mateiz/docsMatei Zaharia2013-08-3117-182/+263
|\ \ | |/ |/| Doc improvements for 0.8
| * Another fix suggested by PatrickMatei Zaharia2013-08-311-1/+1
| |
| * Fixes suggested by PatrickMatei Zaharia2013-08-314-14/+8
| |
| * More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-318-93/+84
| | | | | | | | and new Python stuff
| * Update docs about HDFS versionsMatei Zaharia2013-08-303-20/+41
| |
| * More doc improvements + better warnings when you haven't built SparkMatei Zaharia2013-08-307-57/+58
| |
| * New hardware provisioning doc, and updates to menusMatei Zaharia2013-08-302-9/+83
| |
| * Change docs color theme for 0.8Matei Zaharia2013-08-301-1/+1
| |
* | Merge pull request #861 from AndreSchumacher/pyspark_sampling_functionMatei Zaharia2013-08-312-7/+167
|\ \ | | | | | | Pyspark sampling function
| * | RDD sample() and takeSample() prototypes for PySparkAndre Schumacher2013-08-282-7/+167
| | |
* | | Merge pull request #870 from JoshRosen/spark-885Matei Zaharia2013-08-311-1/+5
|\ \ \ | | | | | | | | Don't send SIGINT / ctrl-c to Py4J gateway subprocess
| * | | Don't send SIGINT to Py4J gateway subprocess.Josh Rosen2013-08-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses SPARK-885, a usability issue where PySpark's Java gateway process would be killed if the user hit ctrl-c. Note that SIGINT still won't cancel the running s This fix is based on http://stackoverflow.com/questions/5045771
* | | | Merge pull request #869 from AndreSchumacher/subtractMatei Zaharia2013-08-301-0/+37
|\ \ \ \ | | | | | | | | | | PySpark: implementing subtractByKey(), subtract() and keyBy()
| * | | | PySpark: implementing subtractByKey(), subtract() and keyBy()Andre Schumacher2013-08-281-0/+37
| | | | |