aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13889][YARN] Fix integer overflow when calculating the max number of e...Carson Wang2016-03-161-1/+4
* [SPARK-13793][CORE] PipedRDD doesn't propagate exceptions while reading paren...Tejas Patil2016-03-162-32/+86
* [SPARK-13396] Stop using our internal deprecated .metrics on Exceptio…GayathriMurali2016-03-161-8/+14
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-1641-184/+178
* [SPARK-13906] Ensure that there are at least 2 dispatcher threads.Yonathan Randolph2016-03-161-1/+1
* [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during...Dongjoon Hyun2016-03-164-2/+7
* [SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data so...hyukjinkwon2016-03-154-22/+42
* [SPARK-13920][BUILD] MIMA checks should apply to @Experimental and @Developer...Dongjoon Hyun2016-03-152-19/+214
* [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighte...Yanbo Liang2016-03-153-11/+796
* [SPARK-13917] [SQL] generate broadcast semi joinDavies Liu2016-03-1511-139/+124
* [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegenYucai Yu2016-03-151-1/+0
* [SPARK-13918][SQL] Merge SortMergeJoin and SortMergerOuterJoinDavies Liu2016-03-159-535/+467
* [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String]Reynold Xin2016-03-153-12/+16
* [SPARK-13626][CORE] Revert change to SparkConf's constructor.Marcelo Vanzin2016-03-151-1/+1
* [MINOR] a minor fix for the comments of a method in RPC DispatcherCodingCat2016-03-151-1/+1
* [SPARK-13896][SQL][STRING] Dataset.toJSON should return DatasetStavros Kontopoulos2016-03-153-8/+10
* [SPARK-13642][YARN] Changed the default application exit state to failed for ...jerryshao2016-03-151-7/+8
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-1527-99/+105
* [SPARK-13576][BUILD] Don't create assembly for examples.Marcelo Vanzin2016-03-159-179/+157
* [SPARK-13803] restore the changes in SPARK-3411CodingCat2016-03-151-4/+17
* [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.mlsethah2016-03-1512-15/+306
* [SPARK-13660][SQL][TESTS] ContinuousQuerySuite floods the logs with garbageXin Ren2016-03-151-2/+2
* [SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and El...gatorsmile2016-03-154-14/+26
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-1428-95/+95
* [SPARK-13870][SQL] Add scalastyle escaping correctly in CVSSuite.scalaDongjoon Hyun2016-03-141-1/+3
* [SPARK-13888][DOC] Remove Akka Receiver doc and refer to the DStream Akka pro...Shixiong Zhu2016-03-142-78/+7
* [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlanReynold Xin2016-03-146-46/+49
* [SPARK-13353][SQL] fast serialization for collecting DataFrame/DatasetDavies Liu2016-03-144-6/+74
* [SPARK-13661][SQL] avoid the copy in HashedRelationDavies Liu2016-03-142-4/+9
* [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and rem...Reynold Xin2016-03-153-21/+3
* [SPARK-13791][SQL] Add MetadataLog and HDFSMetadataLogShixiong Zhu2016-03-145-173/+357
* [SPARK-10380][SQL] Fix confusing documentation examples for astype/drop_dupli...Reynold Xin2016-03-143-7/+37
* [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.localReynold Xin2016-03-1430-2060/+0
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-1422-86/+805
* [SPARK-11826][MLLIB] Refactor add() and subtract() methodsEhsan M.Kermani2016-03-142-13/+88
* [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-ze...Shixiong Zhu2016-03-1484-7734/+13
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-1412-56/+62
* [SPARK-10907][SPARK-6157] Remove pendingUnrollMemory from MemoryStoreJosh Rosen2016-03-143-238/+224
* [SPARK-13686][MLLIB][STREAMING] Add a constructor parameter `reqParam` to (St...Dongjoon Hyun2016-03-143-6/+21
* [SPARK-13054] Always post TaskEnd event for tasksThomas Graves2016-03-142-9/+65
* [MINOR][COMMON] Fix copy-paste oversight in variable namingBjorn Jonsson2016-03-141-2/+2
* [MINOR][DOCS] Added Missing back slashesDaniel Santana2016-03-141-5/+5
* [SPARK-12583][MESOS] Mesos shuffle service: Don't delete shuffle files before...Bertrand Bossy2016-03-147-53/+195
* [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading i...Josh Rosen2016-03-1421-65/+38
* [SPARK-13658][SQL] BooleanSimplification rule is slow with large boolean expr...Liang-Chi Hsieh2016-03-142-29/+27
* [SPARK-13779][YARN] Avoid cancelling non-local container requests.Ryan Blue2016-03-141-12/+46
* [SPARK-13578][CORE] Modify launch scripts to not use assemblies.Marcelo Vanzin2016-03-145-66/+31
* [SPARK-13833] Guard against race condition when re-caching disk blocks in memoryJosh Rosen2016-03-141-53/+84
* [SPARK-13139][SQL] Follow-ups to #11573Andrew Or2016-03-144-68/+94
* [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files.Yin Huai2016-03-142-9/+44