aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19387][SPARKR] Tests do not run with SparkR source package in CRAN checkFelix Cheung2017-02-144-7/+21
* [SPARK-19501][YARN] Reduce the number of HDFS RPCs during YARN deploymentJong Wook Kim2017-02-143-12/+19
* [SPARK-19571][R] Fix SparkR test break on Windows via AppVeyorhyukjinkwon2017-02-141-1/+1
* [SPARK-18541][PYTHON] Add metadata parameter to pyspark.sql.Column.alias()Sheamus K. Parkes2017-02-142-3/+33
* [SPARK-19162][PYTHON][SQL] UserDefinedFunction should validate that func is c...zero3232017-02-142-0/+12
* [SPARK-19453][PYTHON][SQL][DOC] Correct and extend DataFrame.replace docstringzero3232017-02-141-6/+12
* [SPARK-19589][SQL] Removal of SQLGEN filesXiao Li2017-02-14126-654/+0
* [SPARK-19585][DOC][SQL] Fix the cacheTable and uncacheTable api call in the docSunitha Kambhampati2017-02-131-2/+2
* [SPARK-19539][SQL] Block duplicate temp table during creationXin Wu2017-02-1310-137/+160
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-135-37/+159
* [SPARK-19429][PYTHON][SQL] Support slice arguments in Column.__getitem__zero3232017-02-132-3/+16
* [SPARK-19520][STREAMING] Do not encrypt data written to the WAL.Marcelo Vanzin2017-02-138-30/+120
* [SPARK-19435][SQL] Type coercion between ArrayTypeshyukjinkwon2017-02-132-43/+120
* [SPARK-17714][CORE][TEST-MAVEN][TEST-HADOOP2.6] Avoid using ExecutorClassLoad...Shixiong Zhu2017-02-136-27/+38
* [SPARK-19542][SS] Delete the temp checkpoint if a query is stopped without er...Shixiong Zhu2017-02-133-3/+53
* [SPARK-19514] Enhancing the test for Range interruption.Ala Luszczak2017-02-131-11/+10
* [SPARK-19529] TransportClientFactory.createClient() shouldn't call awaitUnint...Josh Rosen2017-02-139-24/+30
* [SPARK-19427][PYTHON][SQL] Support data type string as a returnType argument ...zero3232017-02-132-3/+20
* [SPARK-19506][ML][PYTHON] Import warnings in pyspark.ml.utilzero3232017-02-131-0/+1
* [SPARK-19544][SQL] Improve error message when some column types are compatibl...hyukjinkwon2017-02-134-14/+38
* [SPARK-19496][SQL] to_date udf to return null when input date is invalidwindpiger2017-02-132-4/+75
* [SPARK-19562][BUILD] Added exclude for dev/pr-deps to gitignoreArmin Braun2017-02-131-0/+1
* [SPARK-19574][ML][DOCUMENTATION] Fix Liquid Exception: Start indices amount i...Xiao Li2017-02-131-1/+1
* [SPARK-19564][SPARK-19559][SS][KAFKA] KafkaOffsetReader's consumers should no...Liwei Lin2017-02-121-4/+7
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-123-4/+43
* [SPARK-19448][SQL] optimize some duplication functions between HiveClientImpl...windpiger2017-02-117-157/+88
* [SPARK-19537] Move pendingPartitions to ShuffleMapStage.Kay Ousterhout2017-02-103-9/+26
* [SPARK-19548][SQL] Support Hive UDFs which return typed Lists/MapsHerman van Hovell2017-02-1011-57/+250
* [SPARK-19549] Allow providing reason for stage/job cancellingAla Luszczak2017-02-107-29/+138
* [SPARK-18613][ML] make spark.mllib LDA dependencies in spark.ml LDA privatesueann2017-02-101-6/+6
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-106-25/+76
* [SPARK-19466][CORE][SCHEDULER] Improve Fair Scheduler LoggingEren Avsarogullari2017-02-101-21/+46
* Encryption of shuffle filesHervé2017-02-101-5/+1
* [SPARK-10748][MESOS] Log error instead of crashing Spark Mesos dispatcher whe...Devaraj K2017-02-101-9/+19
* [SPARK-19545][YARN] Fix compile issue for Spark on Yarn when building against...jerryshao2017-02-102-8/+23
* [SPARK-19543] from_json fails when the input row is emptyBurak Yavuz2017-02-102-1/+9
* [SPARK-19263] Fix race in SchedulerIntegrationSuite.jinxing2017-02-091-7/+7
* [SPARK-19481] [REPL] [MAVEN] Avoid to leak SparkContext in Signaling.cancelOn...Shixiong Zhu2017-02-095-11/+20
* [SPARK-16554][CORE] Automatically Kill Executors and Nodes when they are Blac...José Hiram Soltren2017-02-0911-26/+248
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-096-2196/+3
* [SPARK-19512][SQL] codegen for compare structs failsBogdan Raducanu2017-02-093-4/+24
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-093-6/+52
* [SPARK-17874][CORE] Add SSL port configuration.Marcelo Vanzin2017-02-097-89/+164
* [MINOR][CORE] Fix incorrect documentation of WritableConverterLee Dongjin2017-02-091-8/+10
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-096-3/+63
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-093-15/+84
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Aggregate, Havi...Dilip Biswal2017-02-096-0/+885
* [SPARK-19464][BUILD][HOTFIX] run-tests should use hadoop2.6Dongjoon Hyun2017-02-083-11/+2
* [SPARK-19400][ML] Allow GLM to handle intercept only modelactuaryzhang2017-02-083-1/+60
* [SPARK-19464][BUILD][HOTFIX][TEST-HADOOP2.6] Add back mockito test dep in YAR...Sean Owen2017-02-081-0/+6