aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-19279][SQL][FOLLOW-UP] Infer Schema for Hive Serde Tablesgatorsmile2017-02-083-1/+53
* [SPARK-19409][BUILD][TEST-MAVEN] Fix ParquetAvroCompatibilitySuite failure du...Dongjoon Hyun2017-02-082-0/+20
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-0834-1201/+202
* [SPARK-19488][SQL] fix csv infer schema when the field is Nan/Inf etcwindpiger2017-02-082-1/+13
* [MINOR][DOC] Remove parenthesis in readStream() on kafka structured streaming...manugarri2017-02-071-2/+2
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 1 of 2) - s...Nattavut Sutyanyong2017-02-072-0/+328
* [SPARK-19499][SS] Add more notes in the comments of Sink.addBatch()CodingCat2017-02-071-1/+4
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-0718-36/+1059
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-086-10/+136
* [SPARK-18682][SS] Batch Source for KafkaTyson Condie2017-02-0712-430/+1180
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-079-115/+302
* [SPARK-19495][SQL] Make SQLConf slightly more extensibleReynold Xin2017-02-075-137/+139
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-0711-22/+296
* [SPARK-19447] Fixing input metrics for range operator.Ala Luszczak2017-02-076-75/+350
* [SPARK-19118][SQL] Percentile support for frequency distribution tablegagan taneja2017-02-072-55/+141
* [SPARK-16101][SQL] Refactoring CSV schema inference path to be consistent wit...hyukjinkwon2017-02-0711-246/+271
* [SPARK-19260] Spaces or "%20" in path parameter are not correctly handled wit...zuotingbing2017-02-072-3/+2
* [SPARK-19444][ML][DOCUMENTATION] Fix imports not being present in documentationAseem Bansal2017-02-071-3/+1
* [SPARK-18601][SQL] Simplify Create/Get complex expression pairs in optimizerEyal Farago2017-02-077-4/+427
* [SPARK-18967][SCHEDULER] compute locality levels even if delay = 0Imran Rashid2017-02-063-8/+105
* [SPARK-19407][SS] defaultFS is used FileSystem.get instead of getting it from...uncleGen2017-02-061-2/+2
* [SPARK-19467][ML][PYTHON] Remove cyclic imports from pyspark.ml.pipelinezero3232017-02-061-1/+1
* [SPARK-19441][SQL] Remove IN type coercion from PromoteStringsgatorsmile2017-02-071-9/+0
* [SPARK-19472][SQL] Parser should not mistake CASE WHEN(...) for a function callHerman van Hovell2017-02-062-1/+3
* [SPARK-19398] Change one misleading log in TaskSetManager.Jin Xing2017-02-061-4/+8
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-0720-199/+126
* [SPARK-17213][SQL][FOLLOWUP] Re-enable Parquet filter tests for binary and st...hyukjinkwon2017-02-061-4/+2
* [SPARK-17663][CORE] SchedulableBuilder should handle invalid data access via ...erenavsarogullari2017-02-063-51/+182