aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11732] Removes some MiMa false positivesTimothy Hunter2015-11-172-7/+4
* [SPARK-11767] [SQL] limit the size of caced batchDavies Liu2015-11-173-4/+16
* [SPARK-11769][ML] Add save, load to all basic TransformersJoseph K. Bradley2015-11-1732-84/+453
* [SPARK-10186][SQL] support postgre array type in JDBCRDDWenchen Fan2015-11-175-85/+157
* [SPARK-8658][SQL][FOLLOW-UP] AttributeReference's equals method compares all ...gatorsmile2015-11-172-2/+9
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-174-2/+72
* [SPARK-11679][SQL] Invoking method " apply(fields: java.util.List[StructField...mayuanwen2015-11-172-1/+15
* [SPARK-11766][MLLIB] add toJson/fromJson to Vector/VectorsXiangrui Meng2015-11-173-0/+66
* [SPARK-11695][CORE] Set s3a credentialsChris Bannister2015-11-171-4/+9
* [SPARK-11744][LAUNCHER] Fix print version throw exception when using pyspark ...jerryshao2015-11-171-7/+10
* [SPARK-11779][DOCS] Fix reference to deprecated MESOS_NATIVE_LIBRARYPhilipp Hoffmann2015-11-171-1/+1
* [SPARK-11751] Doc describe error in the "Spark Streaming Programming Guide" pageyangping.wu2015-11-171-2/+1
* [SPARK-11191][SQL][FOLLOW-UP] Cleans up unnecessary anonymous HiveFunctionReg...Cheng Lian2015-11-172-11/+6
* [MINOR] [SQL] Fix randomly generated ArrayData in RowEncoderSuiteLiang-Chi Hsieh2015-11-161-1/+8
* [SPARK-11447][SQL] change NullType to StringType during binaryComparison betw...Kevin Yu2015-11-162-0/+17
* [SPARK-11694][FOLLOW-UP] Clean up imports, use a common function for metadata...hyukjinkwon2015-11-172-27/+15
* [SPARK-11768][SPARK-9196][SQL] Support now function in SQL (alias for current...Reynold Xin2015-11-162-6/+13
* [SPARK-11617][NETWORK] Fix leak in TransportFrameDecoder.Marcelo Vanzin2015-11-162-41/+151
* [SPARK-11612][ML] Pipeline and PipelineModel persistenceJoseph K. Bradley2015-11-164-18/+306
* [EXAMPLE][MINOR] Add missing awaitTermination in click stream examplejerryshao2015-11-161-2/+2
* [SPARK-11710] Document new memory management modelAndrew Or2015-11-162-23/+44
* [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