aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-249-23/+95
* [SPARK-18991][CORE] Change ContextCleaner.referenceBuffer to use ConcurrentHa...Shixiong Zhu2016-12-231-6/+12
* [SPARK-18963] o.a.s.unsafe.types.UTF8StringSuite.writeToOutputStreamIntArray ...Pete Robbins2016-12-231-1/+1
* [SPARK-18958][SPARKR] R API toJSON on DataFrameFelix Cheung2016-12-223-18/+26
* [SPARK-18972][CORE] Fix the netty thread names for RPCShixiong Zhu2016-12-225-9/+19
* [SPARK-18985][SS] Add missing @InterfaceStability.Evolving for Structured Str...Shixiong Zhu2016-12-229-9/+28
* [SPARK-18537][WEB UI] Add a REST api to serve spark streaming informationsaturday_s2016-12-2224-5/+689
* [SPARK-18975][CORE] Add an API to remove SparkListenerjerryshao2016-12-222-0/+25
* [SPARK-18973][SQL] Remove SortPartitions and RedistributeDataReynold Xin2016-12-228-58/+26
* [SPARK-16975][SQL][FOLLOWUP] Do not duplicately check file paths in data sour...hyukjinkwon2016-12-224-15/+21
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-225-8/+10
* [SPARK-18953][CORE][WEB UI] Do now show the link to a dead worker on the mast...Dongjoon Hyun2016-12-221-6/+16
* [DOC] bucketing is applicable to all file-based data sourcesReynold Xin2016-12-211-3/+3
* [SQL] Minor readability improvement for partition handling codeReynold Xin2016-12-224-44/+49
* [SPARK-18908][SS] Creating StreamingQueryException should check if logicalPla...Shixiong Zhu2016-12-217-104/+165
* [BUILD] make-distribution should find JAVA_HOME for non-RHEL systemsFelix Cheung2016-12-211-0/+7
* [FLAKY-TEST] InputStreamsSuite.socket input streamBurak Yavuz2016-12-211-32/+23
* [SPARK-18903][SPARKR] Add API to get SparkUI URLFelix Cheung2016-12-213-1/+29
* [SPARK-18528][SQL] Fix a bug to initialise an iterator of aggregation bufferTakeshi YAMAMURO2016-12-224-4/+22
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-2115-66/+196
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-2130-9/+272
* [SPARK-18588][SS][KAFKA] Create a new KafkaConsumer when error happens to fix...Shixiong Zhu2016-12-214-32/+52
* [SPARK-18775][SQL] Limit the max number of records written per fileReynold Xin2016-12-214-39/+179
* [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