aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-110-0/+0
* [SPARK-4829] [SQL] add rule to fold count(expr) if expr is not nullDaoyuan Wang2014-12-111-0/+1
* [SPARK-4742][SQL] The name of Parquet File generated by AppendingParquetOutpu...Sasaki Toru2014-12-111-1/+6
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-113-1/+23
* [SQL] enable empty aggr test caseDaoyuan Wang2014-12-112-4/+3
* [SPARK-4828] [SQL] sum and avg on empty table should always return nullDaoyuan Wang2014-12-111-2/+0
* [SQL] Remove unnecessary case in HiveContext.toHiveStringscwf2014-12-111-3/+1
* [SPARK-4293][SQL] Make Cast be able to handle complex types.Takuya UESHIN2014-12-112-44/+353
* [SPARK-4639] [SQL] Pass maxIterations in as a parameter in AnalyzerJacky Li2014-12-111-3/+5
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-11110-8/+245
* [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is ...Cheng Hao2014-12-112-1/+15
* [SPARK-4806] Streaming doc update for 1.2Tathagata Das2014-12-117-551/+819
* [SPARK-4791] [sql] Infer schema from case class with multiple constructorsJoseph K. Bradley2014-12-102-1/+27
* [CORE]codeStyle: uniform ConcurrentHashMap define in StorageLevel.scala with ...Zhang, Liye2014-12-101-2/+2
* SPARK-3526 Add section about data locality to the tuning guideAndrew Ash2014-12-101-0/+33
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-100-0/+0
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2014-12-102-16/+22
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2014-12-101-4/+6
* [SPARK-4793] [Deploy] ensure .jar at end of lineDaoyuan Wang2014-12-101-3/+3
* [SPARK-4215] Allow requesting / killing executors only in YARN modeAndrew Or2014-12-102-1/+10
* [SPARK-4771][Docs] Document standalone cluster supervise modeAndrew Or2014-12-101-1/+10
* [SPARK-4329][WebUI] HistoryPage pagenationKousuke Saruta2014-12-101-4/+37
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2014-12-101-0/+7
* [SPARK-4772] Clear local copies of accumulators as soon as we're done with themNathan Kronenfeld2014-12-092-7/+10
* [Minor] Use <sup> tag for help icon in web UI page headerJosh Rosen2014-12-091-1/+3
* Config updates for the new shuffle transport.Reynold Xin2014-12-093-6/+6
* [SPARK-4740] Create multiple concurrent connections between two peer nodes in...Reynold Xin2014-12-093-46/+180
* SPARK-4805 [CORE] BlockTransferMessage.toByteArray() trips assertionSean Owen2014-12-091-1/+2
* SPARK-4567. Make SparkJobInfo and SparkStageInfo serializableSandy Ryza2014-12-092-2/+6
* [SPARK-4714] BlockManager.dropFromMemory() should check whether block has bee...hushan[胡珊]2014-12-091-1/+3
* [SPARK-4765] Make GC time always shown in UI.Kay Ousterhout2014-12-093-13/+5
* [SPARK-4691][shuffle] Restructure a few lines in shuffle codemaji20142014-12-093-7/+4
* [SPARK-874] adding a --wait flagjbencook2014-12-091-0/+17
* SPARK-4338. [YARN] Ditch yarn-alpha.Sandy Ryza2014-12-0937-928/+96
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-095-50/+173
* [SPARK-3154][STREAMING] Replace ConcurrentHashMap with mutable.HashMap and re...zsxwing2014-12-081-11/+12
* [SPARK-4769] [SQL] CTAS does not work when reading from temporary tablesCheng Hao2014-12-084-16/+49
* [SQL] remove unnecessary import in spark-sqlJacky Li2014-12-085-9/+3
* SPARK-4770. [DOC] [YARN] spark.scheduler.minRegisteredResourcesRatio doc...Sandy Ryza2014-12-081-2/+2
* SPARK-3926 [CORE] Reopened: result of JavaRDD collectAsMap() is not serializableSean Owen2014-12-083-3/+75
* [SPARK-4750] Dynamic allocation - synchronize killsAndrew Or2014-12-081-1/+1
* [SPARK-4774] [SQL] Makes HiveFromSpark more portableKostas Sakellis2014-12-081-2/+11
* [SPARK-4764] Ensure that files are fetched atomicallyChristophe Préaud2014-12-081-2/+1
* [SPARK-4620] Add unpersist in Graph and GraphImplTakeshi Yamamuro2014-12-072-0/+12
* [SPARK-4646] Replace Scala.util.Sorting.quickSort with Sorter(TimSort) in SparkTakeshi Yamamuro2014-12-072-5/+64
* [SPARK-3623][GraphX] GraphX should support the checkpoint operationGuoQiang Li2014-12-063-0/+34
* Streaming doc : do you mean inadvertently?CrazyJvm2014-12-051-1/+1
* [SPARK-4005][CORE] handle message replies in receive instead of in the indivi...Zhang, Liye2014-12-051-10/+7
* [SPARK-4761][SQL] Enables Kryo by default in Spark SQL Thrift serverCheng Lian2014-12-051-2/+12
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28