aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11480][CORE][WEBUI] Wrong callsite is displayed when using AsyncRDDAct...Kousuke Saruta2015-11-161-0/+2
* [SPARKR][HOTFIX] Disable flaky SparkR package build testShivaram Venkataraman2015-11-161-1/+3
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-165-9/+92
* [SPARK-8658][SQL] AttributeReference's equals method compares all the membersgatorsmile2015-11-163-12/+14
* [SPARK-11553][SQL] Primitive Row accessors should not convert null to default...Bartlomiej Alberski2015-11-163-23/+65
* [SPARK-11742][STREAMING] Add the failure info to the batch listsShixiong Zhu2015-11-163-50/+120
* Revert "[SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringB...Davies Liu2015-11-167-82/+33
* [SPARK-11390][SQL] Query plan with/without filterPushdown indistinguishableZee Chen2015-11-163-4/+22
* [SPARK-11754][SQL] consolidate `ExpressionEncoder.tuple` and `Encoders.tuple`Wenchen Fan2015-11-163-120/+108
* [SPARK-11718][YARN][CORE] Fix explicitly killed executor dies silently issuejerryshao2015-11-163-8/+29
* [SPARK-6328][PYTHON] Python API for StreamingListenerDaniel Jalova2015-11-165-2/+286
* [SPARK-11731][STREAMING] Enable batching on Driver WriteAheadLog by defaultBurak Yavuz2015-11-165-7/+48
* [SPARK-11743] [SQL] Add UserDefinedType support to RowEncoderLiang-Chi Hsieh2015-11-164-29/+139
* [SPARK-11752] [SQL] fix timezone problem for DateTimeUtils.getSecondsWenchen Fan2015-11-162-7/+9
* [SPARK-11522][SQL] input_file_name() returns "" for external tablesxin Wu2015-11-162-2/+98
* [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedde...hyukjinkwon2015-11-162-1/+27
* [SPARK-11044][SQL] Parquet writer version fixed as version1hyukjinkwon2015-11-162-1/+35
* [SPARK-11745][SQL] Enable more JSON parsing optionsReynold Xin2015-11-169-106/+286
* Revert "[SPARK-11572] Exit AsynchronousListenerBus thread when stop() is called"Josh Rosen2015-11-151-3/+6
* [SPARK-9928][SQL] Removal of LogicalLocalTablegatorsmile2015-11-151-22/+0
* [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritableSun Rui2015-11-1514-36/+121
* [SPARK-11086][SPARKR] Use dropFactors column-wise instead of nested loop when...zero3232015-11-152-21/+49
* [SPARK-10181][SQL] Do kerberos login for credentials during hive client initi...Yu Gao2015-11-152-4/+37
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-1514-94/+335
* [SPARK-11672][ML] set active SQLContext in JavaDefaultReadWriteSuiteXiangrui Meng2015-11-151-1/+6
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-1515-184/+148
* [SPARK-11736][SQL] Add monotonically_increasing_id to function registry.Yin Huai2015-11-142-1/+6
* Typo in comment: use 2 seconds instead of 1Rohan Bhanderi2015-11-141-1/+1
* [SPARK-11573] Correct 'reflective access of structural type member meth…Gábor Lipták2015-11-141-0/+1
* [MINOR][DOCS] typo in docs/configuration.mdKai Jiang2015-11-141-5/+5
* [SPARK-11694][SQL] Parquet logical types are not being tested properlyhyukjinkwon2015-11-142-9/+47
* [SPARK-7970] Skip closure cleaning for SQL operationsnitin goyal2015-11-139-20/+38
* [MINOR][ML] remove MLlibTestsSparkContext from ImpuritySuiteXiangrui Meng2015-11-131-2/+1
* [SPARK-11336] Add links to example codesXusen Yin2015-11-131-2/+7
* [SPARK-11672][ML] Set active SQLContext in MLlibTestSparkContext.beforeAllXiangrui Meng2015-11-132-2/+6
* [SPARK-11727][SQL] Split ExpressionEncoder into FlatEncoder and ProductEncoderWenchen Fan2015-11-1312-289/+766
* [SPARK-11654][SQL][FOLLOW-UP] fix some mistakes and clean upWenchen Fan2015-11-137-15/+17
* [SPARK-11690][PYSPARK] Add pivot to python apiAndrew Ray2015-11-131-1/+23
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-1326-130/+79
* [SPARK-11445][DOCS] Replaced example code in mllib-ensembles.md using include...Rishabh Bhardwaj2015-11-1313-514/+885
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-1310-51/+235
* [SPARK-11706][STREAMING] Fix the bug that Streaming Python tests cannot repor...Shixiong Zhu2015-11-135-18/+30
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-1216-52/+402
* [SPARK-11629][ML][PYSPARK][DOC] Python example code for Multilayer Perceptron...Yanbo Liang2015-11-124-66/+206
* [SPARK-11717] Ignore R session and history files from gitLewuathe2015-11-121-0/+4
* [SPARK-11263][SPARKR] lintr Throws Warnings on Commented Code in Documentationfelixcheung2015-11-128-1512/+1539
* [SPARK-11672][ML] flaky spark.ml read/write testsXiangrui Meng2015-11-125-5/+7
* [SPARK-11681][STREAMING] Correctly update state timestamp even when state is ...Tathagata Das2015-11-122-49/+192
* [SPARK-11419][STREAMING] Parallel recovery for FileBasedWriteAheadLog + minor...Burak Yavuz2015-11-127-37/+268
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-1212-52/+485