aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add PySpark README and run scripts.Josh Rosen2012-10-207-4/+125
* Update Python API for v0.6.0 compatibility.Josh Rosen2012-10-197-27/+42
* Merge tag 'v0.6.0' into python-apiJosh Rosen2012-10-19264-3914/+17506
|\
| * Merge pull request #279 from pwendell/devv0.6.0Matei Zaharia2012-10-141-1/+0
| |\
| | * Removing credentials line in build.Patrick Wendell2012-10-141-1/+0
| |/
| * Comment out PGP stuff for publish-local to workMatei Zaharia2012-10-142-4/+6
| * tweakMatei Zaharia2012-10-141-2/+2
| * tweakMatei Zaharia2012-10-141-1/+1
| * tweakMatei Zaharia2012-10-141-2/+2
| * Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-141-1/+5
| |\
| | * Merge pull request #278 from pwendell/quickstart-fixMatei Zaharia2012-10-141-1/+5
| | |\
| | | * Adding dependency repos in quickstart examplePatrick Wendell2012-10-141-1/+5
| * | | Update READMEMatei Zaharia2012-10-141-23/+19
| |/ /
| * | Made ShuffleDependency automatically find a shuffle ID for itselfMatei Zaharia2012-10-143-5/+6
| * | Changed default Hadoop version back to 0.20.205Matei Zaharia2012-10-141-1/+1
| |/
| * Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-136-10/+27
| * tweaksMatei Zaharia2012-10-131-7/+7
| * Document how to configure SPARK_MEM & co on a per-job basisMatei Zaharia2012-10-133-27/+35
| * Uncomment Maven publishing stuff and set version to 0.6.0Matei Zaharia2012-10-133-13/+13
| * Take executor environment vars as an arguemnt to SparkContextMatei Zaharia2012-10-137-79/+107
| * Merge pull request #273 from dennybritz/executorVarsMatei Zaharia2012-10-135-45/+30
| |\
| | * Protect from null env variables in mesos.Denny2012-10-132-8/+16
| | * Protect from setting null environment variables.Denny2012-10-131-1/+5
| | * Don't use system envs for Mesos.Denny2012-10-132-2/+2
| | * Let the user specify environment variables to be passed to the Executors.Denny2012-10-135-48/+21
| |/
| * Update EC2 scripts for Spark 0.6Matei Zaharia2012-10-122-15/+12
| * More doc updates, and moved Serializer to a subpackage.Matei Zaharia2012-10-1213-30/+57
| * Some doc and usability improvements:Matei Zaharia2012-10-1214-24/+90
| * Added a test for when an RDD only partially fits in memoryMatei Zaharia2012-10-121-2/+18
| * Document cartesian() operationMatei Zaharia2012-10-122-0/+8
| * Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-1223-76/+593
| |\
| | * Merge pull request #271 from shivaram/block-manager-npe-fixMatei Zaharia2012-10-128-39/+58
| | |\
| | | * Add test to verify if RDD is computed even if block manager has insufficientShivaram Venkataraman2012-10-121-0/+10
| | | * Change block manager to accept a ArrayBuffer instead of an iterator to ensureShivaram Venkataraman2012-10-117-39/+48
| | * | Merge pull request #270 from pwendell/java-javadocMatei Zaharia2012-10-116-10/+454
| | |\ \ | | | |/ | | |/|
| | | * Adding Java documentationPatrick Wendell2012-10-116-10/+454
| | |/
| | * Merge pull request #268 from pwendell/sonatypeMatei Zaharia2012-10-102-3/+57
| | |\
| | | * Changing tabs to spacesPatrick Wendell2012-10-101-17/+17
| | | * Adding code for publishing to Sonatype.Patrick Wendell2012-10-102-3/+57
| | * | Merge pull request #267 from dennybritz/devMatei Zaharia2012-10-102-6/+6
| | |\ \
| | | * | Fixed bug when fetching Jar dependencies.Denny2012-10-102-6/+6
| | |/ /
| | * | Merge pull request #265 from pwendell/docs-version-configMatei Zaharia2012-10-105-18/+18
| | |\ \ | | | |/ | | |/|
| | | * Updating Bagel build instructionsPatrick Wendell2012-10-091-2/+3
| | | * Updating programming guide with new link instructionsPatrick Wendell2012-10-091-1/+7
| | | * Removing reference to publish-local in the quickstartPatrick Wendell2012-10-091-11/+4
| | | * Fixing YARN instructionsPatrick Wendell2012-10-091-3/+3
| | | * Adding SNAPSHOT to Spark version in doc configPatrick Wendell2012-10-091-1/+1
| | |/
| * / TweakMatei Zaharia2012-10-122-2/+2
| |/
| * Added documentation to all the *RDDFunction classes, and moved them intoMatei Zaharia2012-10-099-54/+273
| * Updates to documentation:Matei Zaharia2012-10-098-111/+124