aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5095][MESOS] Support launching multiple mesos executors in coarse grai...Michael Gummelt2016-02-109-275/+521
* [SPARK-9307][CORE][SPARK] Logging: Make it either stable or privateSean Owen2016-02-101-6/+2
* [SPARK-13203] Add scalastyle rule banning use of mutable.SynchronizedBuffertedyu2016-02-101-0/+12
* [SPARK-11518][DEPLOY, WINDOWS] Handle spaces in Windows command scriptsJon Maurer2016-02-1014-30/+27
* [SPARK-11565] Replace deprecated DigestUtils.shaHex callGábor Lipták2016-02-102-2/+6
* [SPARK-13149][SQL] Add FileStreamSourceShixiong Zhu2016-02-096-7/+710
* [SPARK-12476][SQL] Implement JdbcRelation#unhandledFilters for removing unnec...Takeshi YAMAMURO2016-02-103-21/+56
* [SPARK-10524][ML] Use the soft prediction to order categories' binsLiang-Chi Hsieh2016-02-094-133/+194
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-0910-127/+182
* [SPARK-13245][CORE] Call shuffleMetrics methods only in one thread for Shuffl...Shixiong Zhu2016-02-091-11/+27
* [SPARK-12888] [SQL] [FOLLOW-UP] benchmark the new hash expressionWenchen Fan2016-02-092-9/+35
* [SPARK-13189] Cleanup build references to Scala 2.10Luciano Resende2016-02-096-19/+20
* [SPARK-12807][YARN] Spark External Shuffle not working in Hadoop clusters wit...Steve Loughran2016-02-091-1/+48
* [SPARK-13170][STREAMING] Investigate replacing SynchronizedQueue as it is dep...Sean Owen2016-02-094-23/+39
* [SPARK-13086][SHELL] Use the Scala REPL settings, to enable things like `-i f...Iulian Dragos2016-02-091-2/+2
* [SPARK-13177][EXAMPLES] Update ActorWordCount example to not directly use low...sachin aggarwal2016-02-091-4/+4
* [SPARK-13040][DOCS] Update JDBC deprecated SPARK_CLASSPATH documentationSebastián Ramírez2016-02-091-1/+1
* [SPARK-13201][SPARK-13200] Deprecation warning cleanups: KMeans & MFDataGener...Holden Karau2016-02-093-5/+13
* [SPARK-13165][STREAMING] Replace deprecated synchronizedBuffer in streamingHolden Karau2016-02-0919-215/+226
* [SPARK-13176][CORE] Use native file linking instead of external process lnJakob Odersky2016-02-091-19/+8
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-0816-90/+549
* [SPARK-10620][SPARK-13054] Minor addendum to #10835Andrew Or2016-02-0817-49/+66
* [SPARK-13095] [SQL] improve performance for broadcast join with dimension tableDavies Liu2016-02-088-69/+438
* [SPARK-13210][SQL] catch OOM when allocate memory and expand arrayDavies Liu2016-02-087-21/+35
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-087-104/+64
* [SPARK-8964] [SQL] Use Exchange to perform shuffle in LimitJosh Rosen2016-02-088-160/+223
* [SPARK-12986][DOC] Fix pydoc warnings in mllib/regression.pyNam Pham2016-02-081-13/+21
* [SPARK-10963][STREAMING][KAFKA] make KafkaCluster publiccody koeninger2016-02-071-9/+10
* [SPARK-13132][MLLIB] cache standardization param value in LogisticRegressionGary King2016-02-072-2/+5
* [SPARK-5865][API DOC] Add doc warnings for methods that return local data str...Tommy YU2016-02-067-0/+72
* [HOTFIX] fix float part of avgRateDavies Liu2016-02-051-1/+1
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-058-23/+23
* [SPARK-13215] [SQL] remove fallback in codegenDavies Liu2016-02-053-66/+8
* [SPARK-13002][MESOS] Send initial request of executors for dyn allocationLuc Bourlier2016-02-052-15/+19
* [SPARK-13214][DOCS] update dynamicAllocation documentationBill Chambers2016-02-051-2/+2
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-0512-104/+230
* [SPARK-13166][SQL] Rename DataStreamReaderWriterSuite to DataFrameReaderWrite...Shixiong Zhu2016-02-051-1/+1
* [SPARK-13187][SQL] Add boolean/long/double options in DataFrameReader/WriterReynold Xin2016-02-043-0/+67
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-044-7/+7
* [SPARK-12850][SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Ta...gatorsmile2016-02-043-10/+245
* [SPARK-13052] waitingApps metric doesn't show the number of apps currently in...Raafat Akkad2016-02-042-2/+2
* [HOTFIX] Fix style violation caused by c756bdaAndrew Or2016-02-041-2/+3
* [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set b...Shixiong Zhu2016-02-042-1/+7
* [SPARK-13079][SQL] InMemoryCatalog follow-upsAndrew Or2016-02-042-5/+22
* [SPARK-12330][MESOS][HOTFIX] Rename timeout configAndrew Or2016-02-041-2/+2
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-046-10/+33
* MAINTENANCE: Automated closing of pull requests.Andrew Or2016-02-040-0/+0
* [SPARK-13053][TEST] Unignore tests in InternalAccumulatorSuiteAndrew Or2016-02-042-78/+102
* [SPARK-13162] Standalone mode does not respect initial executorsAndrew Or2016-02-045-6/+34
* [SPARK-13164][CORE] Replace deprecated synchronized buffer in coreHolden Karau2016-02-044-39/+40