aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add custom serializer support to PySpark.Josh Rosen2013-11-109-170/+363
* Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-035-81/+78
* Replace magic lengths with constants in PySpark.Josh Rosen2013-11-033-16/+29
* Merge pull request #133 from Mistobaan/link_fixReynold Xin2013-11-021-1/+1
|\
| * update default githubFabrizio (Misto) Milo2013-11-011-1/+1
* | Merge pull request #134 from rxin/readmeReynold Xin2013-11-021-1/+1
|\ \
| * | Fixed a typo in Hadoop version in README.Reynold Xin2013-11-021-1/+1
|/ /
* | Merge pull request #132 from Mistobaan/doc_fixReynold Xin2013-11-011-1/+1
|\ \ | |/ |/|
| * fix persistent-hdfsFabrizio (Misto) Milo2013-11-011-1/+1
|/
* Merge pull request #129 from velvia/2013-11/document-local-urisMatei Zaharia2013-11-012-2/+15
|\
| * Add local: URI support to addFile as wellEvan Chan2013-11-011-1/+2
| * Document all the URIs for addJar/addFileEvan Chan2013-11-011-1/+13
|/
* Merge pull request #117 from stephenh/avoid_concurrent_modification_exceptionMatei Zaharia2013-10-302-3/+12
|\
| * Avoid match errors when filtering for spark.hadoop settings.Stephen Haberman2013-10-301-2/+4
| * Use Properties.clone() instead.Stephen Haberman2013-10-291-5/+2
| * Handle ConcurrentModificationExceptions in SparkContext init.Stephen Haberman2013-10-272-3/+13
* | Merge pull request #126 from kayousterhout/local_fixMatei Zaharia2013-10-301-1/+1
|\ \
| * | Fixed incorrect log message in local schedulerKay Ousterhout2013-10-301-1/+1
* | | Merge pull request #124 from tgravescs/sparkHadoopUtilFixMatei Zaharia2013-10-308-38/+43
|\ \ \
| * | | move the hadoopJobMetadata back into SparkEnvtgravescs2013-10-303-10/+8
| * | | Merge remote-tracking branch 'upstream/master' into sparkHadoopUtilFixtgravescs2013-10-303-58/+100
| |\| |
| * | | fix sparkhdfs lr testtgravescs2013-10-291-1/+2
| * | | Remove SparkHadoopUtil stuff from SparkEnvtgravescs2013-10-297-32/+38
* | | | Merge pull request #125 from velvia/2013-10/local-jar-uriMatei Zaharia2013-10-302-1/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for local:// URI scheme for addJars()Evan Chan2013-10-302-1/+21
* | | | Merge pull request #118 from JoshRosen/blockinfo-memory-usageMatei Zaharia2013-10-292-57/+99
|\ \ \ \ | |/ / / |/| | |
| * | | Extract BlockInfo classes from BlockManager.Josh Rosen2013-10-292-75/+97
| * | | Store fewer BlockInfo fields for shuffle blocks.Josh Rosen2013-10-291-7/+25
| * | | Restructure BlockInfo fields to reduce memory use.Josh Rosen2013-10-271-15/+17
| |/ /
* | | Merge pull request #119 from soulmachine/masterReynold Xin2013-10-291-1/+1
|\ \ \ | |/ / |/| |
| * | A little revise for the documentsoulmachine2013-10-291-1/+1
* | | Merge pull request #112 from kayousterhout/ui_task_attempt_idMatei Zaharia2013-10-271-2/+3
|\ \ \
| * | | Display both task ID and task index in UIKay Ousterhout2013-10-261-2/+3
| | |/ | |/|
* | | Merge pull request #115 from aarondav/shuffle-fixReynold Xin2013-10-272-5/+12
|\ \ \
| * | | Use flag instead of name check.Aaron Davidson2013-10-261-2/+1
| * | | Eliminate extra memory usage when shuffle file consolidation is disabledAaron Davidson2013-10-262-5/+13
|/ / /
* | | Merge pull request #113 from pwendell/masterPatrick Wendell2013-10-261-4/+11
|\ \ \
| * | | Adding improved error message when multiple assembly jars are present.Patrick Wendell2013-10-251-4/+11
* | | | Merge pull request #114 from soulmachine/masterReynold Xin2013-10-261-3/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | A little revise for the documentsoulmachine2013-10-261-3/+4
|/ / /
* | | Merge pull request #108 from alig/masterMatei Zaharia2013-10-257-8/+123
|\ \ \
| * | | fixing comments on PRAli Ghodsi2013-10-253-29/+18
| * | | Makes Spark SIMR ready.Ali Ghodsi2013-10-247-5/+131
* | | | Merge pull request #102 from tdas/transformMatei Zaharia2013-10-2513-162/+1037
|\ \ \ \
| * \ \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-2517-15/+272
| |\ \ \ \
| * | | | | Fixed accidental bug.Tathagata Das2013-10-241-1/+1
| * | | | | Merge branch 'apache-master' into transformTathagata Das2013-10-2419-10/+417
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Added JavaStreamingContext.transformTathagata Das2013-10-245-33/+169
| * | | | | Removed Function3.call() based on Josh's comment.Tathagata Das2013-10-231-2/+0
| * | | | | Merge branch 'apache-master' into transformTathagata Das2013-10-2290-3300/+2058
| |\ \ \ \ \