aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated link for pyspark examples in docsJyotiska NK2014-02-261-1/+1
* Deprecated and added a few java api methods for corresponding scala api.Prashant Sharma2014-02-265-6/+32
* Removed reference to incubation in README.md.Reynold Xin2014-02-261-14/+3
* SPARK-1115: Catch depickling errorsBouke van der Bijl2014-02-261-24/+24
* SPARK-1135: fix broken anchors in docsMatei Zaharia2014-02-261-28/+1
* SPARK-1078: Replace lift-json with json4s-jackson.William Benton2014-02-269-24/+32
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-264-12/+7
* For SPARK-1082, Use Curator for ZK interaction in standalone clusterRaymond Liu2014-02-249-300/+99
* Graph primitives2Semih Salihoglu2014-02-242-10/+183
* Include reference to twitter/chill in tuning docsAndrew Ash2014-02-241-3/+6
* For outputformats that are Configurable, call setConf before sending data to ...Bryn Keller2014-02-242-1/+80
* Merge pull request #641 from mateiz/spark-1124-masterMatei Zaharia2014-02-242-14/+30
|\
| * Fix removal from shuffleToMapStage to search for a key-value pair withMatei Zaharia2014-02-241-2/+2
| * SPARK-1124: Fix infinite retries of reduce stage when a map stage failedMatei Zaharia2014-02-232-14/+30
|/
* SPARK-1071: Tidy logging strategy and use of log4jSean Owen2014-02-2311-69/+57
* [SPARK-1041] remove dead code in start script, remind user to set that in spa...CodingCat2014-02-223-18/+1
* Migrate Java code to Scala or move it to src/main/javaPunya Biswal2014-02-2211-92/+56
* [SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker fileCodingCat2014-02-221-2/+1
* doctest updated for mapValues, flatMapValues in rdd.pyjyotiska2014-02-221-0/+10
* Fixed minor typo in worker.pyjyotiska2014-02-221-1/+1
* SPARK-1117: update accumulator docsXiangrui Meng2014-02-212-3/+3
* [SPARK-1113] External spilling - fix Int.MaxValue hash code collision bugAndrew Or2014-02-212-38/+102
* MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of fea...Sean Owen2014-02-211-2/+2
* SPARK-1111: URL Validation Throws Error for HDFS URL'sPatrick Wendell2014-02-212-9/+42
* SPARK-1114: Allow PySpark to use existing JVM and GatewayAhir Reddy2014-02-202-10/+22
* Super minor: Add require for mergeCombiners in combineByKeyAaron Davidson2014-02-201-0/+1
* MLLIB-22. Support negative implicit input in ALSSean Owen2014-02-193-21/+52
* MLLIB-24: url of "Collaborative Filtering for Implicit Feedback Datasets" in...Chen Chao2014-02-191-1/+1
* [SPARK-1105] fix site scala version error in docsCodingCat2014-02-198-26/+27
* SPARK-1106: check key name and identity file before launch a clusterXiangrui Meng2014-02-181-0/+6
* Revert "[SPARK-1105] fix site scala version error in doc"Patrick Wendell2014-02-181-1/+1
* [SPARK-1105] fix site scala version error in docCodingCat2014-02-181-1/+1
* Optimized importsNirmalReddy2014-02-18246-552/+446
* SPARK-1098: Minor cleanup of ClassTag usage in Java APIAaron Davidson2014-02-174-100/+108
* [SPARK-1090] improvement on spark_shell (help information, configure memory)CodingCat2014-02-172-7/+43
* Fix typos in Spark Streaming programming guideAndrew Or2014-02-171-14/+13
* Worker registration logging fixAndrew Ash2014-02-171-1/+1
* Add subtractByKey to the JavaPairRDD wrapperPunya Biswal2014-02-161-0/+23
* fix for https://spark-project.atlassian.net/browse/SPARK-1052Bijay Bisht2014-02-161-7/+2
* [SPARK-1092] print warning information if user use SPARK_MEM to regulate exec...CodingCat2014-02-161-0/+5
* Typo: Standlone -> StandaloneAndrew Ash2014-02-143-5/+5
* Merge pull request #598 from shivaram/master.Shivaram Venkataraman2014-02-131-2/+2
* Add c3 instance types to Spark EC2Christian Lundgren2014-02-131-2/+12
* Ported hadoopClient jar for < 1.0.1 fixBijay Bisht2014-02-121-2/+3
* SPARK-1073 Keep GitHub pull request title as commit summaryAndrew Ash2014-02-121-9/+10
* Merge pull request #592 from rxin/test.Reynold Xin2014-02-121-0/+46
* Merge pull request #591 from mengxr/transient-new.Xiangrui Meng2014-02-122-2/+2
* Merge pull request #589 from mengxr/index.Xiangrui Meng2014-02-121-1/+1
* Merge pull request #578 from mengxr/rank.Xiangrui Meng2014-02-125-12/+139
* Merge pull request #583 from colorant/zookeeper.Raymond Liu2014-02-111-1/+1