aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SQL] fix typo in class descriptionJacky Li2015-01-181-3/+3
* [SQL][minor] Put DataTypes.java in java dir.Reynold Xin2015-01-181-0/+0
* [SQL][Minor] Update sql doc according to data type APIs changesscwf2015-01-181-20/+21
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-1827-77/+101
* [HOTFIX]: Minor clean up regarding skipped artifacts in build files.Patrick Wendell2015-01-172-17/+0
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-01-170-0/+0
* [SQL][Minor] Added comments and examples to explain BooleanSimplificationReynold Xin2015-01-171-83/+94
* [SPARK-5096] Use sbt tasks instead of vals to get hadoop versionMichael Armbrust2015-01-171-19/+6
* [SPARK-4937][SQL] Comment for the newly optimization rules in `BooleanSimplif...scwf2015-01-171-2/+16
* [SQL][minor] Improved Row documentation.Reynold Xin2015-01-171-52/+114
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-1627-1516/+125
* [SPARK-4937][SQL] Adding optimization to simplify the And, Or condition in s...scwf2015-01-163-90/+131
* [SPARK-733] Add documentation on use of accumulators in lazy transformationIlya Ganelin2015-01-161-0/+28
* [SPARK-4923][REPL] Add Developer API to REPL to allow re-publishing the REPL jarChip Senkbeil2015-01-1611-195/+644
* [WebUI] Fix collapse of WebUI layoutKousuke Saruta2015-01-161-3/+4
* [SPARK-5231][WebUI] History Server shows wrong job submission time.Kousuke Saruta2015-01-169-35/+77
* [DOCS] Fix typo in return type of cogroupSean Owen2015-01-161-1/+1
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-163-16/+37
* [SPARK-1507][YARN]specify # cores for ApplicationMasterWangTaoTheTonic2015-01-167-11/+58
* [SPARK-4092] [CORE] Fix InputMetrics for coalesce'd RddsKostas Sakellis2015-01-1510-102/+270
* [SPARK-4857] [CORE] Adds Executor membership events to SparkListenerKostas Sakellis2015-01-1518-33/+375
* [Minor] Fix tiny typo in BlockManagerKousuke Saruta2015-01-151-3/+2
* [SPARK-5274][SQL] Reconcile Java and Scala UDFRegistration.Reynold Xin2015-01-157-78/+674
* [SPARK-5224] [PySpark] improve performance of parallelize list/ndarrayDavies Liu2015-01-152-1/+5
* [SPARK-5193][SQL] Tighten up HiveContext APIReynold Xin2015-01-141-35/+13