aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2782-1572/+3444
* SPARK-5199. FS read metrics should support CombineFileSplits and track bytes ...Sandy Ryza2015-01-276-32/+120
* [MLlib] fix python example of ALS in guideDavies Liu2015-01-271-6/+5
* SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven outputSean Owen2015-01-271-2/+8
* [SPARK-5321] Support for transposing local matricesBurak Yavuz2015-01-276-282/+436
* [SPARK-5419][Mllib] Fix the logic in Vectors.sqdistLiang-Chi Hsieh2015-01-271-7/+12
* [SPARK-3726] [MLlib] Allow sampling_rate not equal to 1.0 in RandomForestsMechCoder2015-01-263-11/+24
* [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train...lewuathe2015-01-263-0/+52
* [SPARK-5052] Add common/base classes to fix guava methods signatures.Elmer Garduno2015-01-262-0/+4
* SPARK-960 [CORE] [TEST] JobCancellationSuite "two jobs sharing the same stage...Sean Owen2015-01-261-8/+9
* Fix command spaces issue in make-distribution.shDavid Y. Ross2015-01-261-4/+7
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* [SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's...Kousuke Saruta2015-01-261-4/+4
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-263-21/+23
* [SPARK-5384][mllib] Vectors.sqdist returns inconsistent results for sparse/de...Yuhao Yang2015-01-251-5/+6
* [SPARK-5268] don't stop CoarseGrainedExecutorBackend for irrelevant Disassoci...CodingCat2015-01-251-2/+6
* SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on test filesSean Owen2015-01-251-7/+2
* [SPARK-5326] Show fetch wait time as optional metric in the UIKay Ousterhout2015-01-254-5/+45
* [SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was r...Kousuke Saruta2015-01-252-1/+26
* SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalone works...Sean Owen2015-01-251-2/+2
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* SPARK-3782 [CORE] Direct use of log4j in AkkaUtils interferes with certain lo...Sean Owen2015-01-251-1/+1
* SPARK-3852 [DOCS] Document spark.driver.extra* configsSean Owen2015-01-251-0/+21
* [SPARK-5402] log executor ID at executor-construction timeRyan Williams2015-01-251-4/+7
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-252-2/+6
* Add comment about defaultMinPartitionsIdan Zalzberg2015-01-251-1/+5
* Closes #4157Reynold Xin2015-01-250-0/+0
* [SPARK-5214][Test] Add a test to demonstrate EventLoop can be stopped in the ...zsxwing2015-01-241-4/+22
* [SPARK-5058] Part 2. Typos and broken URLJongyoul Lee2015-01-231-1/+1
* [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partition...Takeshi Yamamuro2015-01-232-2/+22
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-236-14/+138
* [SPARK-3541][MLLIB] New ALS implementation with improved storageXiangrui Meng2015-01-225-2/+1584
* [SPARK-5315][Streaming] Fix reduceByWindow Java API not work bugjerryshao2015-01-223-2/+42
* [SPARK-5233][Streaming] Fix error replaying of WAL introduced bugjerryshao2015-01-224-20/+32
* SPARK-5370. [YARN] Remove some unnecessary synchronization in YarnAlloca...Sandy Ryza2015-01-221-13/+10
* [SPARK-5365][MLlib] Refactor KMeans to reduce redundant dataLiang-Chi Hsieh2015-01-221-4/+5
* [SPARK-5147][Streaming] Delete the received data WAL log periodicallyTathagata Das2015-01-219-50/+172
* [SPARK-5317]Set BoostingStrategy.defaultParams With Enumeration Algo.Classifi...Basin2015-01-212-11/+28
* [SPARK-3424][MLLIB] cache point distances during k-means|| initXiangrui Meng2015-01-211-15/+50
* [SPARK-5202] [SQL] Add hql variable substitution supportCheng Hao2015-01-212-2/+22
* [SPARK-5355] make SparkConf thread-safeDavies Liu2015-01-211-2/+3
* [SPARK-4984][CORE][WEBUI] Adding a pop-up containing the full job description...wangfei2015-01-213-3/+10
* [SQL] [Minor] Remove deprecated parquet testsCheng Lian2015-01-213-1289/+212
* Revert "[SPARK-5244] [SQL] add coalesce() in sql parser"Josh Rosen2015-01-212-11/+0
* [SPARK-5009] [SQL] Long keyword support in SQL ParsersCheng Hao2015-01-218-81/+128
* [SPARK-5244] [SQL] add coalesce() in sql parserDaoyuan Wang2015-01-212-0/+11
* [SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT graph gener...Kenji Kikushima2015-01-212-0/+16
* [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seednate.crosswhite2015-01-215-12/+84
* [MLlib] [SPARK-5301] Missing conversions and operations on IndexedRowMatrix a...Reza Zadeh2015-01-214-0/+35
* SPARK-1714. Take advantage of AMRMClient APIs to simplify logic in YarnA...Sandy Ryza2015-01-217-550/+389