aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-192-43/+170
* [SPARK-4294][Streaming] UnionDStream stream should express the requirements i...Yadong Qi2014-11-191-11/+4
* [SPARK-4384] [PySpark] improve sort spillingDavies Liu2014-11-191-1/+10
* [SPARK-4429][BUILD] Build for Scala 2.11 using sbt fails.Takuya UESHIN2014-11-191-7/+6
* [DOC][PySpark][Streaming] Fix docstring for sphinxKen Takagiwa2014-11-191-2/+2
* SPARK-3962 Marked scope as provided for external projects.Prashant Sharma2014-11-1914-48/+264
* [HOT FIX] MiMa tests are brokenAndrew Or2014-11-191-0/+6
* [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunczsxwing2014-11-191-9/+7
* [SPARK-4482][Streaming] Disable ReceivedBlockTracker's write ahead log by def...Tathagata Das2014-11-192-26/+61
* [SPARK-4470] Validate number of threads in local modeKenichi Maehashi2014-11-191-0/+3
* [SPARK-4467] fix elements read count for ExtrenalSorterTianshuo Deng2014-11-193-14/+12
* SPARK-4455 Exclude dependency on hbase-annotations moduletedyu2014-11-191-0/+22
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-11-190-0/+0
* [Spark-4432]close InStream after the block is accessedMingfei2014-11-181-0/+2
* [SPARK-4441] Close Tachyon client when TachyonBlockManager is shutdownMingfei2014-11-181-0/+1
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-1834-39/+63
* [SPARK-4468][SQL] Fixes Parquet filter creation for inequality predicates wit...Cheng Lian2014-11-182-4/+16
* [SPARK-4327] [PySpark] Python API for RDD.randomSplit()Davies Liu2014-11-182-3/+41
* [SPARK-4433] fix a racing condition in zipWithIndexXiangrui Meng2014-11-182-14/+22
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-189-27/+257
* [SPARK-4306] [MLlib] Python API for LogisticRegressionWithLBFGSDavies Liu2014-11-182-4/+88
* [SPARK-4463] Add (de)select all button for add'l metrics.Kay Ousterhout2014-11-182-7/+14
* [SPARK-4017] show progress bar in consoleDavies Liu2014-11-188-1/+141
* [SPARK-4404] remove sys.exit() in shutdown hookDavies Liu2014-11-181-1/+1
* [SPARK-4075][SPARK-4434] Fix the URI validation logic for Application Jar name.Kousuke Saruta2014-11-182-3/+28
* [SQL] Support partitioned parquet tables that have the key in both the direct...Michael Armbrust2014-11-182-68/+108
* [SPARK-4396] allow lookup by index in Python's RatingXiangrui Meng2014-11-181-11/+15
* [SPARK-4435] [MLlib] [PySpark] improve classificationDavies Liu2014-11-183-31/+108
* ALS implicit: added missing parameter alpha in doc stringFelix Maximilian Möller2014-11-181-2/+3
* SPARK-4466: Provide support for publishing Scala 2.11 artifacts to MavenPatrick Wendell2014-11-172-34/+106
* [SPARK-4453][SPARK-4213][SQL] Simplifies Parquet filter generation codeCheng Lian2014-11-175-693/+161
* [SPARK-4448] [SQL] unwrap for the ConstantObjectInspectorCheng Hao2014-11-171-4/+32
* [SPARK-4443][SQL] Fix statistics for external table in spark sql hivew002289702014-11-173-3/+12
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-174-114/+141
* [SQL] Construct the MutableRow from an ArrayCheng Hao2014-11-171-2/+4
* [SPARK-4425][SQL] Handle NaN or Infinity cast to Timestamp correctly.Takuya UESHIN2014-11-172-2/+17
* [SPARK-4420][SQL] Change nullability of Cast from DoubleType/FloatType to Dec...Takuya UESHIN2014-11-172-2/+14
* [SQL] Makes conjunction pushdown more aggressive for in-memory tableCheng Lian2014-11-172-5/+11
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-179-126/+347
* [DOCS][SQL] Fix broken link to Row class scaladocAndy Konwinski2014-11-171-1/+1
* Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file"Andrew Or2014-11-172-16/+1
* [SPARK-4444] Drop VD type parameter from EdgeRDDAnkur Dave2014-11-177-50/+40
* SPARK-2811 upgrade algebird to 0.8.1Adam Pingel2014-11-173-7/+7
* SPARK-4445, Don't display storage level in toDebugString unless RDD is persis...Prashant Sharma2014-11-171-1/+1
* [SPARK-4410][SQL] Add support for external sortMichael Armbrust2014-11-164-6/+59
* [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.GuoQiang Li2014-11-162-1/+8
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-164-142/+115
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-164-115/+142
* [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use...Josh Rosen2014-11-161-12/+35
* [SPARK-4426][SQL][Minor] The symbol of BitwiseOr is wrong, should not be '&'Kousuke Saruta2014-11-151-1/+1