aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-2596 A tool for mirroring github pull requests on JIRA.Patrick Wendell2014-07-191-0/+141
* Revert "[SPARK-2521] Broadcast RDD object (instead of sending it along with e...Reynold Xin2014-07-198-137/+251
* SPARK-2407: Added Parser of SQL SUBSTR()chutium2014-07-192-1/+23
* put 'curRequestSize = 0' after 'logDebug' itLijie Xu2014-07-191-1/+1
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task).Reynold Xin2014-07-188-251/+137
* [SPARK-2359][MLlib] CorrelationsDoris Xin2014-07-185-0/+519
* [SPARK-2571] Correctly report shuffle read metrics.Kay Ousterhout2014-07-186-12/+27
* [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping dataCheng Hao2014-07-182-11/+5
* [SPARK-2535][SQL] Add StringComparison case to NullPropagation.Takuya UESHIN2014-07-184-3/+125
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-1812-258/+926
* Reservoir sampling implementation.Reynold Xin2014-07-182-0/+67
* Added t2 instance typesBasit Mustafa2014-07-181-1/+4
* SPARK-2553. Fix compile errorSandy Ryza2014-07-181-0/+1
* SPARK-2553. CoGroupedRDD unnecessarily allocates a Tuple2 per dependency...Sandy Ryza2014-07-171-1/+5
* [SPARK-2570] [SQL] Fix the bug of ClassCastExceptionCheng Hao2014-07-171-1/+1
* [SPARK-2411] Add a history-not-found page to standalone MasterAndrew Or2014-07-176-31/+132
* [SPARK-2299] Consolidate various stageIdTo* hash maps in JobProgressListenerReynold Xin2014-07-177-224/+205
* SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)Joseph K. Bradley2014-07-172-1/+33
* SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor callSean Owen2014-07-171-5/+5
* [SPARK-2534] Avoid pulling in the entire RDD in various operatorsReynold Xin2014-07-173-102/+115
* [SPARK-2423] Clean up SparkSubmit for readabilityAndrew Or2014-07-171-144/+145
* SPARK-2526: Simplify options in make-distribution.shPatrick Wendell2014-07-172-58/+30
* [SPARK-2412] CoalescedRDD throws exception with certain pref locsAaron Davidson2014-07-172-2/+16
* [SPARK-2154] Schedule next Driver when one completes (standalone mode)Aaron Davidson2014-07-161-0/+1
* SPARK-1097: Do not introduce deadlock while fixing concurrency bugAaron Davidson2014-07-161-2/+5
* [SPARK-2317] Improve task logging.Reynold Xin2014-07-1610-76/+78
* fix compile error of streaming projectJames Z.M. Gao2014-07-161-1/+2
* [SPARK-2522] set default broadcast factory to torrentXiangrui Meng2014-07-162-2/+2
* [SPARK-2517] Remove some compiler warnings.Reynold Xin2014-07-165-24/+25
* [SPARK-2518][SQL] Fix foldability of Substring expression.Takuya UESHIN2014-07-162-3/+14
* SPARK-2519. Eliminate pattern-matching on Tuple2 in performance-critical...Sandy Ryza2014-07-162-9/+11
* [SQL] Cleaned up ConstantFolding slightly.Reynold Xin2014-07-161-17/+28
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-163-19/+19
* Tightening visibility for various Broadcast related classes.Reynold Xin2014-07-165-35/+36
* SPARK-2277: make TaskScheduler track hosts on rackRui Li2014-07-163-5/+83
* [SPARK-2119][SQL] Improved Parquet performance when reading off S3Cheng Lian2014-07-163-50/+125
* [SPARK-2504][SQL] Fix nullability of Substring expression.Takuya UESHIN2014-07-152-16/+22
* [SPARK-2509][SQL] Add optimization for Substring.Takuya UESHIN2014-07-151-0/+3
* [SPARK-2314][SQL] Override collect and take in JavaSchemaRDD, forwarding to S...Aaron Staple2014-07-151-0/+16
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-154-7/+7
* [SPARK-2500] Move the logInfo for registering BlockManager to BlockManagerMas...Henry Saputra2014-07-151-3/+4
* [SPARK-2469] Use Snappy (instead of LZF) for default shuffle compression codecReynold Xin2014-07-152-3/+3
* [SPARK-2498] [SQL] Synchronize on a lock when using scala reflection inside d...Zongheng Yang2014-07-151-15/+19
* [SQL] Attribute equality comparisons should be done by exprId.Michael Armbrust2014-07-151-1/+5
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-153-3/+128
* [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer fai...Yin Huai2014-07-152-1/+26
* [SQL] Whitelist more Hive tests.Michael Armbrust2014-07-15105-0/+163
* [SPARK-2483][SQL] Fix parsing of repeated, nested data access.Michael Armbrust2014-07-152-6/+9
* [SPARK-2471] remove runtime scope for jets3tXiangrui Meng2014-07-151-1/+0
* Added LZ4 to compression codec in configuration page.Reynold Xin2014-07-151-5/+4