aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18954][TESTS] Fix flaky test: o.a.s.streaming.BasicOperationsSuite rdd...Shixiong Zhu2016-12-212-44/+73
* [SPARK-18031][TESTS] Fix flaky test ExecutorAllocationManagerSuite.basic func...Shixiong Zhu2016-12-211-4/+32
* [SPARK-18894][SS] Fix event time watermark delay threshold specified in month...Tathagata Das2016-12-214-18/+73
* [SPARK-18951] Upgrade com.thoughtworks.paranamer/paranamer to 2.6Yin Huai2016-12-216-6/+11
* [SPARK-18947][SQL] SQLContext.tableNames should not call Catalog.listTablesWenchen Fan2016-12-212-6/+7
* [SPARK-18923][DOC][BUILD] Support skipping R/Python API docsDongjoon Hyun2016-12-212-23/+29
* [SPARK-18949][SQL] Add recoverPartitions API to Cataloggatorsmile2016-12-205-4/+32
* [SPARK-18900][FLAKY-TEST] StateStoreSuite.maintenanceBurak Yavuz2016-12-201-5/+7
* [SPARK-18576][PYTHON] Add basic TaskContext information to PySparkHolden Karau2016-12-205-1/+170
* [SPARK-18927][SS] MemorySink for StructuredStreaming can't recover from check...Burak Yavuz2016-12-202-9/+25
* [SPARK-18281] [SQL] [PYSPARK] Remove timeout for reading data through socket ...Liang-Chi Hsieh2016-12-202-6/+17
* Tiny style improvement.Reynold Xin2016-12-191-2/+3
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-198-91/+180
* [SPARK-18761][CORE] Introduce "task reaper" to oversee task killing in executorsJosh Rosen2016-12-194-28/+316
* [SPARK-18928] Check TaskContext.isInterrupted() in FileScanRDD, JDBCRDD & Uns...Josh Rosen2016-12-204-4/+35
* [SPARK-18836][CORE] Serialize one copy of task metrics in DAGSchedulerShivaram Venkataraman2016-12-197-17/+38
* [SPARK-18624][SQL] Implicit cast ArrayType(InternalType)jiangxingbo2016-12-195-49/+92
* [SPARK-18921][SQL] check database existence with Hive.databaseExists instead ...Wenchen Fan2016-12-194-16/+19
* [SPARK-18700][SQL] Add StripedLock for each table's relation in cachexuanyuanking2016-12-192-59/+106
* [SPARK-18356][ML] KMeans should cache RDD before trainingZakaria_Hili2016-12-191-7/+5
* [SPARK-18827][CORE] Fix cannot read broadcast on diskYuming Wang2016-12-183-6/+22
* [SPARK-18918][DOC] Missing </td> in Configuration pagegatorsmile2016-12-181-1/+1
* [SPARK-18849][ML][SPARKR][DOC] vignettes final check reorgFelix Cheung2016-12-172-187/+215
* [SPARK-18485][CORE] Underlying integer overflow when create ChunkedByteBuffer...uncleGen2016-12-171-1/+9
* [SPARK-18895][TESTS] Fix resource-closing-related and path-related test failu...hyukjinkwon2016-12-163-31/+41
* [SPARK-18904][SS][TESTS] Merge two FileStreamSourceSuite filesShixiong Zhu2016-12-162-128/+98
* [SPARK-17769][CORE][SCHEDULER] Some FetchFailure refactoringMark Hamstra2016-12-161-18/+37
* [SPARK-18897][SPARKR] Fix SparkR SQL Test to drop test tableDongjoon Hyun2016-12-161-0/+1
* [MINOR][BUILD] Fix lint-check failures and javadoc8 breakhyukjinkwon2016-12-163-4/+3
* [SPARK-18708][CORE] Improvement/improve docs in spark context fileAliaksandr.Bedrytski2016-12-161-29/+169
* [SPARK-18723][DOC] Expanded programming guide information on wholeTex…Michal Senkyr2016-12-162-1/+5
* [SPARK-18108][SQL] Fix a schema inconsistent bug that makes a parquet reader ...Takeshi YAMAMURO2016-12-162-5/+24
* [SPARK-18742][CORE] Clarify that user-defined BroadcastFactory is not supportedroot2016-12-161-3/+2
* [SPARK-18850][SS] Make StreamExecution and progress classes serializableShixiong Zhu2016-12-1612-29/+222
* [SPARK-18845][GRAPHX] PageRank has incorrect initialization value that leads ...Andrew Ray2016-12-152-16/+42
* [SPARK-18892][SQL] Alias percentile_approx approx_percentileReynold Xin2016-12-152-2/+3
* [MINOR] Handle fact that mv is different on linux, macShivaram Venkataraman2016-12-151-2/+5
* [MINOR] Only rename SparkR tar.gz if names mismatchShivaram Venkataraman2016-12-151-2/+2
* [SPARK-18868][FLAKY-TEST] Deflake StreamingQueryListenerSuite: single listene...Burak Yavuz2016-12-151-9/+16
* [SPARK-8425][SCHEDULER][HOTFIX] fix scala 2.10 compile errorImran Rashid2016-12-151-3/+3
* [SPARK-18888] partitionBy in DataStreamWriter in Python throws _to_seq not de...Burak Yavuz2016-12-152-3/+5
* [SPARK-18826][SS] Add 'latestFirst' option to FileStreamSourceShixiong Zhu2016-12-153-1/+71
* [SPARK-18870] Disallowed Distinct Aggregations on Streaming DatasetsTathagata Das2016-12-152-2/+26
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-157-18/+529
* [SPARK-8425][CORE] Application Level BlacklistingImran Rashid2016-12-1518-76/+1007
* [SPARK-18849][ML][SPARKR][DOC] vignettes final check updateFelix Cheung2016-12-141-26/+12
* [SPARK-18875][SPARKR][DOCS] Fix R API doc generation by adding `DESCRIPTION` ...Dongjoon Hyun2016-12-141-0/+3
* [SPARK-18869][SQL] Add TreeNode.p that returns BaseTypeReynold Xin2016-12-142-10/+9
* [SPARK-18856][SQL] non-empty partitioned table should not report zero sizeWenchen Fan2016-12-142-1/+20
* [SPARK-18703][SQL] Drop Staging Directories and Data Files After each Inserti...gatorsmile2016-12-152-2/+38