aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-12330][MESOS] Fix mesos coarse mode cleanupCharles Allen2016-02-042-2/+45
* [SPARK-12828][SQL] Natural join follow-upReynold Xin2016-02-033-12/+17
* [SPARK-13113] [CORE] Remove unnecessary bit operation when decoding page numberLiang-Chi Hsieh2016-02-031-1/+1
* [ML][DOC] fix wrong api link in ml onevsrestYuhao Yang2016-02-031-1/+1
* [SPARK-12828][SQL] add natural join supportDaoyuan Wang2016-02-0311-11/+198
* [SPARK-13079][SQL] Extend and implement InMemoryCatalogAndrew Or2016-02-033-47/+328
* [SPARK-13152][CORE] Fix task metrics deprecation warningHolden Karau2016-02-036-10/+15
* [SPARK-13131] [SQL] Use best and average time in benchmarkDavies Liu2016-02-032-103/+89
* [SPARK-13166][SQL] Remove DataStreamReader/WriterReynold Xin2016-02-038-315/+86
* [SPARK-3611][WEB UI] Show number of cores for each executor in application we...Alex Bozarth2016-02-034-2/+12
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-034-6/+46
* [SPARK-12798] [SQL] generated BroadcastHashJoinDavies Liu2016-02-037-20/+169
* [SPARK-12739][STREAMING] Details of batch in Streaming tab uses two Duration ...Mario Briggs2016-02-032-4/+5
* [SPARK-12957][SQL] Initial support for constraint propagation in SparkSQLSameer Agarwal2016-02-024-7/+302
* [SPARK-13147] [SQL] improve readability of generated codeDavies Liu2016-02-027-39/+63