aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12184][PYTHON] Make python api doc for pivot consistant with scala docAndrew Ray2015-12-071-5/+9
* [SPARK-11884] Drop multiple columns in the DataFrame APItedyu2015-12-072-8/+23
* [SPARK-11963][DOC] Add docs for QuantileDiscretizerXusen Yin2015-12-073-0/+185
* [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serializeShixiong Zhu2015-12-072-4/+34
* [SPARK-11932][STREAMING] Partition previous TrackStateRDD if partitioner not ...Tathagata Das2015-12-076-84/+258
* [SPARK-12132] [PYSPARK] raise KeyboardInterrupt inside SIGINT handlerDavies Liu2015-12-071-0/+1
* [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.Sun Rui2015-12-0720-39/+50
* [SPARK-12032] [SQL] Re-order inner joins to do join with conditions firstDavies Liu2015-12-073-6/+185
* [SPARK-12106][STREAMING][FLAKY-TEST] BatchedWAL test transiently flaky when J...Burak Yavuz2015-12-072-6/+14
* [SPARK-12152][PROJECT-INFRA] Speed up Scalastyle checks by only invoking SBT ...Josh Rosen2015-12-061-8/+11
* [SPARK-12138][SQL] Escape \u in the generated comments of codegengatorsmile2015-12-062-1/+12
* [SPARK-12048][SQL] Prevent to close JDBC resources twicegcc2015-12-061-0/+1
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-054-11/+31
* [SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to be cons...Yanbo Liang2015-12-054-30/+45
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-054-6/+22
* [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in Spa...Sun Rui2015-12-054-6/+105
* [SPARK-11988][ML][MLLIB] Update JPMML to 1.2.7Sean Owen2015-12-056-65/+59
* [SPARK-11994][MLLIB] Word2VecModel load and save cause SparkException when mo...Antonio Murgia2015-12-052-4/+31
* [SPARK-12096][MLLIB] remove the old constraint in word2vecYuhao Yang2015-12-051-2/+2
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-0422-69/+81
* [SPARK-12080][CORE] Kryo - Support multiple user registratorsrotems2015-12-042-4/+6
* [SPARK-12142][CORE]Reply false when container allocator is not ready and rese...meiyoula2015-12-042-1/+3
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-0520-48/+47
* [SPARK-11314][BUILD][HOTFIX] Add exclusion for moved YARN classes.Marcelo Vanzin2015-12-041-1/+4
* [SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python testsBurak Yavuz2015-12-045-50/+115
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-0431-70/+368
* [SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referencedNong2015-12-041-2/+5
* Add links howto to setup IDEs for developing sparkkaklakariada2015-12-041-0/+2
* [SPARK-12122][STREAMING] Prevent batches from being submitted twice after rec...Tathagata Das2015-12-041-1/+2
* [SPARK-12104][SPARKR] collect() does not handle multiple columns with same name.Sun Rui2015-12-032-4/+10
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-0321-135/+329
* [SPARK-12056][CORE] Create a TaskAttemptContext only after calling setConf.Anderson de Andrade2015-12-031-2/+2
* [SPARK-12019][SPARKR] Support character vector for sparkR.init(), check param...felixcheung2015-12-035-21/+79
* [FLAKY-TEST-FIX][STREAMING][TEST] Make sure StreamingContexts are shutdown af...Tathagata Das2015-12-031-61/+61
* [SPARK-12107][EC2] Update spark-ec2 versionsNicholas Chammas2015-12-031-3/+9
* [MINOR][ML] Use coefficients replace weightsYanbo Liang2015-12-032-2/+2
* [SPARK-12108] Make event logs smallerAndrew Or2015-12-034-40/+20
* [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and Ap...Shixiong Zhu2015-12-033-22/+12
* [SPARK-12059][CORE] Avoid assertion error when unexpected state transition me...jerryshao2015-12-031-2/+3
* [SPARK-11314][YARN] add service API and test service for Yarn Cluster schedulersSteve Loughran2015-12-039-38/+431
* [SPARK-12116][SPARKR][DOCS] document how to workaround function name conflict...felixcheung2015-12-031-1/+2
* [DOCUMENTATION][KAFKA] fix typo in kafka/OffsetRange.scalamicrowishing2015-12-032-2/+2
* [DOCUMENTATION][MLLIB] typo in mllib docJeff Zhang2015-12-031-1/+1
* [SPARK-12088][SQL] check connection.isClosed before calling connection…Huaxin Gao2015-12-031-1/+1
* [SPARK-12109][SQL] Expressions's simpleString should delegate to its toString.Yin Huai2015-12-033-5/+3
* [SPARK-12082][FLAKY-TEST] Increase timeouts in NettyBlockTransferSecuritySuiteJosh Rosen2015-12-031-1/+1
* [SPARK-12000] do not specify arg types when reference a method in ScalaDocXiangrui Meng2015-12-022-3/+3
* [SPARK-12093][SQL] Fix the error of comment in DDLParserYadong Qi2015-12-031-3/+3
* [SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunningYu ISHIKAWA2015-12-023-16/+58
* [SPARK-12001] Allow partially-stopped StreamingContext to be completely stoppedJosh Rosen2015-12-021-22/+27