aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-2854-96/+1790
* [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in ...DB Tsai2014-07-2810-130/+438
* [SPARK-2523] [SQL] Hadoop table scan bug fixingCheng Hao2014-07-284-115/+138
* [SPARK-1550] [PySpark] Allow SparkContext creation after failed attemptsJosh Rosen2014-07-272-6/+18
* SPARK-2651: Add maven scalastyle pluginRahul Singhal2014-07-272-0/+25
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-2754-1781/+96
* [SPARK-2514] [mllib] Random RDD generatorDoris Xin2014-07-275-0/+940
* [SPARK-1777] Prevent OOMs from single partitionsAndrew Or2014-07-2721-517/+1165
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-2754-96/+1781
* [SPARK-2705][CORE] Fixed stage description in stage info pageCheng Lian2014-07-271-7/+7
* SPARK-2684: Update ExternalAppendOnlyMap to take an iterator as inputMatei Zaharia2014-07-274-42/+64
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-273-3/+76
* [SPARK-2361][MLLIB] Use broadcast instead of serializing data directly into t...Xiangrui Meng2014-07-2619-70/+330
* SPARK-2680: Lower spark.shuffle.memoryFraction to 0.2 by defaultMatei Zaharia2014-07-262-2/+2
* [SPARK-2601] [PySpark] Fix Py4J error when transforming pickleFilesJosh Rosen2014-07-263-5/+12
* [SPARK-2704] Name threads in ConnectionManager and mark them as daemon.Reynold Xin2014-07-262-13/+23
* [SPARK-2279] Added emptyRDD method to Java APIbpaulin2014-07-262-3/+15
* [SPARK-2652] [PySpark] Turning some default configs for PySparkDavies Liu2014-07-261-1/+12
* [SPARK-2696] Reduce default value of spark.serializer.objectStreamResetHossein2014-07-262-3/+3
* [SPARK-1458] [PySpark] Expose sc.version in Java and PySparkJosh Rosen2014-07-262-0/+10
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-257-9/+27
* Part of [SPARK-2456] Removed some HashMaps from DAGScheduler by storing infor...Reynold Xin2014-07-253-97/+69
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-2554-1772/+96
* [SPARK-1726] [SPARK-2567] Eliminate zombie stages in UI.Kay Ousterhout2014-07-252-65/+76
* [SPARK-2125] Add sort flag and move sort into shuffle implementationsjerryshao2014-07-254-12/+35
* [SQL]Update HiveMetastoreCatalog.scalabaishuo(白硕)2014-07-251-1/+1
* [SPARK-2682] Javadoc generated from Scala source code is not in javadoc's indexYin Huai2014-07-251-1/+2
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-2554-96/+1772
* [SPARK-2683] unidoc failed because org.apache.spark.util.CallSite uses Java k...Yin Huai2014-07-256-14/+16
* replace println to log4jfireflyc2014-07-251-5/+7
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-2558-3/+683
* [SPARK-2529] Clean closures in foreach and foreachPartition.Reynold Xin2014-07-251-2/+4
* SPARK-2657 Use more compact data structures than ArrayBuffer in groupBy & cog...Matei Zaharia2014-07-259-43/+334
* [SPARK-2656] Python version of stratified samplingDoris Xin2014-07-243-6/+51
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-249-25/+611
* [SPARK-2014] Make PySpark store RDDs in MEMORY_ONLY_SER with compression by d...Prashant Sharma2014-07-243-3/+9
* [SPARK-2464][Streaming] Fixed Twitter stream stopping bugTathagata Das2014-07-241-2/+7
* SPARK-2250: show stage RDDs in UINeville Li2014-07-241-4/+16
* [SPARK-2037]: yarn client mode doesn't support spark.yarn.max.executor.failuresGuoQiang Li2014-07-243-38/+115
* [SPARK-2479 (partial)][MLLIB] fix binary metrics unit testsXiangrui Meng2014-07-241-9/+27
* [SPARK-2603][SQL] Remove unnecessary toMap and toList in converting Java coll...Yin Huai2014-07-241-6/+6
* [Build] SPARK-2619: Configurable filemode for the spark/bin folder in debian ...tzolov2014-07-241-1/+2
* SPARK-2150: Provide direct link to finished application UI in yarn resou...Rahul Singhal2014-07-2411-13/+46
* [SPARK-2661][bagel]unpersist old processed rddDaoyuan2014-07-241-0/+5
* SPARK-2310. Support arbitrary Spark properties on the command line with ...Sandy Ryza2014-07-235-4/+32
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-233-1/+24
* SPARK-2662: Fix NPE for JsonProtocolGuoQiang Li2014-07-231-1/+2
* Replace RoutingTableMessage with pairAnkur Dave2014-07-234-30/+36
* [SPARK-2484][SQL] Build should not run hivecompatibility tests by default.witgo2014-07-232-0/+30
* [SPARK-2549] Functions defined inside of other functions trigger failuresPrashant Sharma2014-07-232-106/+98