aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13379][MLLIB] Fix MLlib LogisticRegressionWithLBFGS set regularization...Yanbo Liang2016-02-212-2/+350
* [HOTFIX] Fix compilation breakReynold Xin2016-02-211-3/+2
* [SPARK-13381][SQL] Support for loading CSV with a single function callhyukjinkwon2016-02-213-3/+23
* [SPARK-13321][SQL] Support nested UNION in parserLiang-Chi Hsieh2016-02-212-0/+84
* [SPARK-3650][GRAPHX] Triangle Count handles reverse edges incorrectlyRobin East2016-02-214-23/+76
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-214-1/+50
* [SPARK-13271][SQL] Better error message if 'path' is not specifiedShixiong Zhu2016-02-213-6/+13
* [SPARK-13405][STREAMING][TESTS] Make sure no messages leak to the next testShixiong Zhu2016-02-211-0/+2
* [MINOR][DOCS] Fix typos in `configuration.md` and `hardware-provisioning.md`Dongjoon Hyun2016-02-212-6/+6
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-2121-700/+1483
* [SPARK-13137][SQL] NullPoingException in schema inference for CSV when the fi...hyukjinkwon2016-02-213-8/+8
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-2127-433/+658
* [SPARK-13306][SQL] Addendum to uncorrelated scalar subqueryReynold Xin2016-02-216-70/+61
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-2130-83/+83
* [SPARK-13248][STREAMING] Remove deprecated Streaming APIs.Luciano Resende2016-02-218-239/+22
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-2149-278/+402
* [SPARK-13416][GraphX] Add positive check for option 'numIter' in StronglyConn...Zheng RuiFeng2016-02-211-1/+1
* [SPARK-13306] [SQL] uncorrelated scalar subqueryDavies Liu2016-02-2016-12/+391
* [SPARK-13310] [SQL] Resolve Missing Sorting Columns in Generategatorsmile2016-02-203-14/+57
* [SPARK-13414][MESOS] Allow multiple dispatchers to be launched.Timothy Chen2016-02-202-2/+10
* [SPARK-13386][GRAPHX] ConnectedComponents should support maxIteration optionZheng RuiFeng2016-02-202-6/+32
* [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside...Holden Karau2016-02-203-33/+42
* [SPARK-13408] [CORE] Ignore errors when it's already reported in JobWaiterShixiong Zhu2016-02-192-3/+49
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-196-272/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-196-0/+272
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-194-2/+302
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-192-32/+33
* [SPARK-13091][SQL] Rewrite/Propagate constraints for AliasesSameer Agarwal2016-02-192-1/+39
* [SPARK-13261][SQL] Expose maxCharactersPerColumn as a user configurable optionHossein2016-02-191-2/+15
* [SPARK-12966][SQL] ArrayType(DecimalType) support in Postgres JDBCBrandon Bradley2016-02-194-13/+30
* [SPARK-13384][SQL] Keep attribute qualifiers after dedup in AnalyzerLiang-Chi Hsieh2016-02-192-1/+16
* [MINOR][DOCS][MESOS] Clarify that Mesos version is a lower bound.Iulian Dragos2016-02-191-1/+1
* [SPARK-13339][DOCS] Clarify commutative / associative operator requirements f...Sean Owen2016-02-1914-69/+68
* [SPARK-13380][SQL][DOCUMENT] Document Rand(seed) and Randn(seed) Return Indet...gatorsmile2016-02-182-1/+5
* [SPARK-13237] [SQL] generated broadcast outer joinDavies Liu2016-02-1812-371/+448
* [SPARK-13351][SQL] fix column pruning on ExpandDavies Liu2016-02-182-2/+41
* [SPARK-13371][CORE][STRING] TaskSetManager.dequeueSpeculativeTask compares Op...Sean Owen2016-02-185-7/+11
* Add github pull request templateReynold Xin2016-02-171-0/+12
* [SPARK-13324][CORE][BUILD] Update plugin, test, example dependencies for 2.xSean Owen2016-02-179-42/+42
* [MINOR][MLLIB] fix mllib compile warningsXiangrui Meng2016-02-172-0/+6
* [SPARK-13344][TEST] Fix harmless accumulator not found exceptionsAndrew Or2016-02-173-4/+30
* [SPARK-12953][EXAMPLES] RDDRelation writer set overwrite modeshijinkui2016-02-171-4/+3
* [SPARK-13109][BUILD] Fix SBT publishLocal issuejerryshao2016-02-173-1/+4
* [SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default...Christopher C. Aycock2016-02-171-1/+1
* [SPARK-13357][SQL] Use generated projection and ordering for TakeOrderedAndPr...Takuya UESHIN2016-02-171-3/+4
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-161-15/+13
* [SPARK-11627] Add initial input rate limit for spark streaming backpressure m...junhao2016-02-162-1/+16
* [SPARK-13308] ManagedBuffers passed to OneToOneStreamManager need to be freed...Josh Rosen2016-02-167-9/+119
* [SPARK-13280][STREAMING] Use a better logger name for FileBasedWriteAheadLog.Marcelo Vanzin2016-02-161-5/+15
* [SPARK-12976][SQL] Add LazilyGenerateOrdering and use it for RangePartitioner...Takuya UESHIN2016-02-163-8/+42