aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1173. Improve scala streaming docs.Aaron Kimball2014-03-021-5/+33
* Add Jekyll tag to isolate "production-only" doc components.Patrick Wendell2014-03-024-6/+33
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-0218-12/+234
* SPARK-1084.2 (resubmitted)Sean Owen2014-03-026-61/+22
* Ignore RateLimitedOutputStreamSuite for now.Reynold Xin2014-03-021-1/+1
* SPARK-1137: Make ZK PersistenceEngine not crash for wrong serialVersionUIDAaron Davidson2014-03-021-5/+13
* Remove remaining references to incubationPatrick Wendell2014-03-0222-58/+54
* Update io.netty from 4.0.13 Final to 4.0.17.FinalBinh Nguyen2014-03-022-2/+2
* Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading l...Michael Armbrust2014-03-024-51/+315
* Initialized the regVal for first iteration in SGD optimizerDB Tsai2014-03-023-1/+50
* [SPARK-1100] prevent Spark from overwriting directory silentlyCodingCat2014-03-012-10/+59
* [SPARK-1150] fix repo location in create script (re-open)CodingCat2014-03-011-8/+8
* Revert "[SPARK-1150] fix repo location in create script"Patrick Wendell2014-03-013-11/+5
* [SPARK-1150] fix repo location in create scriptMark Grover2014-03-013-5/+11
* [SPARK-979] Randomize order of offers.Kay Ousterhout2014-03-014-41/+75
* SPARK-1151: Update dev merge script to use spark.git instead of incubator-sparkThomas Graves2014-02-281-1/+1
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-285-10/+25
* SPARK-1032. If Yarn app fails before registering, app master stays aroun...Sandy Ryza2014-02-282-18/+38
* Remote BlockFetchTracker traitKay Ousterhout2014-02-272-38/+17
* Removed reference to incubation in Spark user docs.Reynold Xin2014-02-278-24/+14
* [HOTFIX] Patching maven build after #6 (SPARK-1121).Patrick Wendell2014-02-271-8/+0
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-2715-88/+154
* Show Master status on UI pageRaymond Liu2014-02-261-0/+1
* [SPARK-1089] fix the regression problem on ADD_JARS in 0.9CodingCat2014-02-261-2/+7
* SPARK-1121 Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is setPrashant Sharma2014-02-263-55/+39
* SPARK-1129: use a predefined seed when seed is zero in XORShiftRandomXiangrui Meng2014-02-262-3/+16
* Remove references to ClusterScheduler (SPARK-1140)Kay Ousterhout2014-02-268-46/+47
* 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