aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update known_translations for contributor names and also fix a small issue in...Yin Huai2016-12-292-1/+40
* [SPARK-19003][DOCS] Add Java example in Spark Streaming Guide, section Design...adesharatushar2016-12-291-0/+72
* [SPARK-18698][ML] Adding public constructor that takes uid for IndexToStringIlya Matiach2016-12-292-2/+8
* [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException ins...Dongjoon Hyun2016-12-292-11/+20
* [SPARK-18567][SQL] Simplify CreateDataSourceTableAsSelectCommandWenchen Fan2016-12-284-198/+213
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-299-91/+230
* [SPARK-18669][SS][DOCS] Update Apache docs for Structured Streaming regarding...Tathagata Das2016-12-283-107/+353
* [SPARK-17772][ML][TEST] Add test functions for ML sample weightssethah2016-12-284-218/+154
* [SPARK-18993][BUILD] Unable to build/compile Spark in IntelliJ due to missing...Sean Owen2016-12-281-0/+8
* [MINOR][DOC] Fix doc of ForeachWriter to use writeStreamCarson Wang2016-12-281-2/+2
* [SPARK-18960][SQL][SS] Avoid double reading file which is being copied.uncleGen2016-12-282-3/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-282-2/+3
* [MINOR][ML] Correct test cases of LoR raw2prediction & probability2prediction.Yanbo Liang2016-12-281-2/+18
* [SPARK-17645][MLLIB][ML] add feature selector method based on: False Discover...Peng2016-12-289-64/+337
* [DOC][BUILD][MINOR] add doc on new make-distribution switchesFelix Cheung2016-12-271-6/+8
* [SPARK-18992][SQL] Move spark.sql.hive.thriftServer.singleSession to SQLConfgatorsmile2016-12-285-51/+87
* [SPARK-19006][DOCS] mention spark.kryoserializer.buffer.max must be less than...Yuexin Zhang2016-12-271-2/+2
* [SPARK-18842][TESTS] De-duplicate paths in classpaths in processes for local-...hyukjinkwon2016-12-272-2/+2
* Revert "[SPARK-18990][SQL] make DatasetBenchmark fairer for Dataset"Yin Huai2016-12-271-42/+33
* [SPARK-18990][SQL] make DatasetBenchmark fairer for DatasetWenchen Fan2016-12-271-33/+42
* [SPARK-19004][SQL] Fix `JDBCWriteSuite.testH2Dialect` by removing `getCatalys...Dongjoon Hyun2016-12-271-3/+0
* [SPARK-18999][SQL][MINOR] simplify Literal codegenWenchen Fan2016-12-274-35/+18
* [SPARK-18989][SQL] DESC TABLE should not fail with format class not foundWenchen Fan2016-12-262-2/+55
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-2610-56/+212
* [SPARK-17755][CORE] Use workerRef to send RegisterWorkerResponse to avoid the...Shixiong Zhu2016-12-253-41/+32
* [SPARK-18943][SQL] Avoid per-record type dispatch in CSV when readinghyukjinkwon2016-12-243-159/+184
* [SPARK-18837][WEBUI] Very long stage descriptions do not wrap in the UIKousuke Saruta2016-12-243-2/+8
* [SPARK-18800][SQL] Correct the assert in UnsafeKVExternalSorter which ensures...Liang-Chi Hsieh2016-12-241-1/+3
* [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