aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19155][ML] Make family case insensitive in GLMactuaryzhang2017-01-232-4/+6
* [SPARK-19309][SQL] disable common subexpression elimination for conditional e...Wenchen Fan2017-01-237-171/+84
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-2218-93/+72
* [SPARK-16101][SQL] Refactoring CSV read path to be consistent with JSON data ...hyukjinkwon2017-01-237-316/+293
* [SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.Yanbo Liang2017-01-213-5/+19
* [SPARK-19155][ML] MLlib GeneralizedLinearRegression family and link should ca...Yanbo Liang2017-01-212-6/+6
* [SPARK-19153][SQL] DataFrameWriter.saveAsTable work with create partitioned t...windpiger2017-01-223-19/+26
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-215-9/+13
* [SPARK-17724][STREAMING][WEBUI] Unevaluated new lines in tooltip in DAG Visua...Xin Ren2017-01-211-2/+32
* [SPARK-19305][SQL] partitioned table should always put partition columns at t...Wenchen Fan2017-01-212-18/+72
* [SPARK-14536][SQL] fix to handle null value in array type column for postgres.sureshthalamati2017-01-202-5/+13
* [SPARK-16101][SQL] Refactoring CSV write path to be consistent with JSON data...hyukjinkwon2017-01-215-115/+135
* [SPARK-19267][SS] Fix a race condition when stopping StateStoreShixiong Zhu2017-01-201-27/+61
* [SPARK-18589][SQL] Fix Python UDF accessing attributes from both side of joinDavies Liu2017-01-205-13/+30
* [SPARK-19314][SS][CATALYST] Do not allow sort before aggregation in Structure...Tathagata Das2017-01-202-3/+8
* [SPARK-19069][CORE] Expose task 'status' and 'duration' in spark history serv...Parag Chaudhari2017-01-2015-5/+360
* [SPARK-19302][DOC][MINOR] Fix the wrong item format in security.mdsarutak2017-01-201-0/+1
* [SPARK-19271][SQL] Change non-cbo estimation of aggregatewangzhenhua2017-01-197-11/+38
* [SPARK-19292][SQL] filter with partition columns should be case-insensitive o...Wenchen Fan2017-01-193-2/+25
* [SPARK-17912] [SQL] Refactor code generation to get data for ColumnVector/Col...Kazuaki Ishizaki2017-01-192-84/+135
* [SPARK-19295][SQL] IsolatedClientLoader's downloadVersion should log the loca...Yin Huai2017-01-191-0/+1
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-1936-235/+950
* [SPARK-19059][SQL] Unable to retrieve data from parquet table whose name star...jayadevanmurali2017-01-192-46/+53
* [SPARK-14272][ML] Add Loglikelihood in GaussianMixtureSummaryZheng RuiFeng2017-01-195-4/+27
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-1920-198/+144
* Update known_translations for contributor namesYin Huai2017-01-181-2/+3
* [SPARK-14975][ML] Fixed GBTClassifier to predict probability per training ins...Ilya Matiach2017-01-185-29/+248
* [SPARK-19182][DSTREAM] Optimize the lock in StreamingJobProgressListener to n...uncleGen2017-01-182-8/+13
* [SPARK-19168][STRUCTURED STREAMING] StateStore should be aborted upon errorLiwei Lin2017-01-183-2/+10
* [SPARK-19113][SS][TESTS] Ignore StreamingQueryException thrown from awaitInit...Shixiong Zhu2017-01-181-1/+6
* [SPARK-18113] Use ask to replace askWithRetry in canCommit and make receiver ...jinxing2017-01-182-4/+31
* [SPARK-19231][SPARKR] add error handling for download and untar for Spark rel...Felix Cheung2017-01-181-15/+40
* [SPARK-19223][SQL][PYSPARK] Fix InputFileBlockHolder for datasources which ar...Liang-Chi Hsieh2017-01-182-3/+28
* [SPARK-19024][SQL] Implement new approach to write a permanent viewjiangxingbo2017-01-185-92/+146
* [SPARK-18782][BUILD] Bump Hadoop 2.6 version to use Hadoop 2.6.5Adam Roberts2017-01-182-16/+16
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-1847-79/+25
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-1715-533/+318
* [SPARK-18206][ML] Add instrumentation for MLP,NB,LDA,AFT,GLM,Isotonic,LiRZheng RuiFeng2017-01-1713-33/+105
* [SPARK-13721][SQL] Support outer generators in DataFrame APIBogdan Raducanu2017-01-179-16/+150
* [SPARK-18917][SQL] Remove schema check in appending dataReynold Xin2017-01-171-33/+3
* [MINOR][SQL] Remove duplicate call of reset() function in CurrentOrigin.withO...jiangxingbo2017-01-171-1/+0
* [SPARK-19239][PYSPARK] Check parameters whether equals None when specify the ...DjvuLee2017-01-171-3/+6
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-185-8/+106
* [SPARK-19065][SQL] Don't inherit expression id in dropDuplicatesShixiong Zhu2017-01-183-11/+27
* [SPARK-19019] [PYTHON] Fix hijacked `collections.namedtuple` and port cloudpi...hyukjinkwon2017-01-172-31/+87
* [SPARK-19179][YARN] Change spark.yarn.access.namenodes config and update docsjerryshao2017-01-174-15/+23
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-1720-86/+93
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-173-4/+8
* [SPARK-19240][SQL][TEST] add test for setting location for managed tableWenchen Fan2017-01-171-0/+28
* [MINOR][YARN] Move YarnSchedulerBackendSuite to resource-managers/yarn direct...Yanbo Liang2017-01-171-0/+0