aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [SPARK-5336][YARN]spark.executor.cores must not be less than spark.task.cpusWangTao2015-01-213-5/+9
* [SPARK-5297][Streaming] Fix Java file stream type erasure problemjerryshao2015-01-203-15/+112
* [HOTFIX] Update pom.xml to pull MapR's Hadoop version 2.4.1.Kannan Rajah2015-01-201-3/+3
* [SPARK-5275] [Streaming] include python source codeDavies Liu2015-01-201-0/+8
* [SPARK-5294][WebUI] Hide tables in AllStagePages for "Active Stages, Complete...Kousuke Saruta2015-01-201-37/+69
* [SPARK-5186] [MLLIB] Vector.equals and Vector.hashCode are very inefficientYuhao Yang2015-01-202-3/+70
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-2047-956/+1018
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-205-48/+201
* SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGa...Travis Galoppo2015-01-204-31/+26
* [SPARK-5329][WebUI] UIWorkloadGenerator should stop SparkContext.Kousuke Saruta2015-01-201-4/+9
* SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840...Jacek Lewandowski2015-01-201-1/+1
* [SQL][Minor] Refactors deeply nested FP style code in BooleanSimplificationCheng Lian2015-01-202-37/+57
* [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowExceptionJongyoul Lee2015-01-202-2/+45
* [SPARK-4803] [streaming] Remove duplicate RegisterReceiver messageIlayaperumal Gopinathan2015-01-202-9/+2
* [SQL][minor] Add a log4j file for catalyst test.Reynold Xin2015-01-201-0/+28
* SPARK-5270 [CORE] Provide isEmpty() function in RDD APISean Owen2015-01-196-0/+62
* [SPARK-5214][Core] Add EventLoop and change DAGScheduler to an EventLoopzsxwing2015-01-194-97/+371
* [SPARK-4504][Examples] fix run-example failure if multiple assembly jars existVenkata Ramana Gollamudi2015-01-192-18/+36
* [SPARK-5286][SQL] Fail to drop an invalid table when using the data source APIYin Huai2015-01-192-0/+18
* [SPARK-5284][SQL] Insert into Hive throws NPE when a inner complex type field...Yin Huai2015-01-192-9/+54
* [SPARK-5282][mllib]: RowMatrix easily gets int overflow in the memory size wa...Yuhao Yang2015-01-191-2/+2
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-01-190-0/+0
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-194-29/+39
* [SPARK-3288] All fields in TaskMetrics should be private and use getters/settersIlya Ganelin2015-01-1917-103/+149
* SPARK-5217 Spark UI should report pending stages during job execution on AllS...Prashant Sharma2015-01-192-1/+15